summaryrefslogtreecommitdiff
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-11-11 23:20:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-11-11 23:20:02 +0000
commit50a80bb849e6bfc34b9f701d2370fe360bf4e6fb (patch)
tree658e3e0519e3f957ba2071fa12ab14610212234b /games/prboom/Makefile
parentAdd LATEST_LINK to avoid conflict with www/linux-netscape4 package. (diff)
Update to prboom 2.2.2 and respect CFLAGS
Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=49948
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 35112bbfdf86..cedb2f13683c 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= prboom
-PORTVERSION= 2.2.1
+PORTVERSION= 2.2.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +23,7 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CFLAGS="-I${LOCALBASE}/include" \
+ CFLAGS+="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN5= boom.cfg.5