summaryrefslogtreecommitdiff
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-09-06 16:01:38 +0000
committerzuntum <zuntum>2002-09-06 16:01:38 +0000
commit545d56b2299c01e0fbb3404ea8e8ecae5f42aa13 (patch)
treec2b18d8d79d9ec08616a45b74c41e80c27e48235 /games/prboom/Makefile
parent68fd91a61d2b3bd3256510c611f7cfc251968b2e (diff)
downloadpkgsrc-545d56b2299c01e0fbb3404ea8e8ecae5f42aa13.tar.gz
Update prboom to version 2.2.3
Changes from v2.2.2 to v2.2.3 - improved mouse handling - intermission demo sync bug fixed - framebuffer update fixes (solves flicker on fbcon) - -forceoldbsp allowed in non-GL version, and saved in demos - fix player colours in multiplayer demos - apply workarounds for buggy pwads even during demo playback - fix numpad 5 key - allow compilation on systems where SDL is built without joystick support - fix comp_skymap - using anisotropic filtering when the OpenGL extension is available - using paletted textures when the OpenGL extension is available - added gl_use_paletted_texture option to glboom configuration file - using shared texture palette when the OpenGL extension is available - added gl_use_shared_texture_palette option to glboom configuration file
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r--games/prboom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index bae93fb2684..507378ef47f 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2002/08/27 19:08:32 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/06 16:01:38 zuntum Exp $
#
-DISTNAME= prboom-2.2.2
+DISTNAME= prboom-2.2.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}