summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-01-02 13:49:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-01-02 13:49:19 +0000
commit1c99375db804d9d84a2ad86d1605de07dd10ba62 (patch)
treec6c373ad699da5a852d79564f7951bef999f42a4
parent- Update to 2.5-20071227 (diff)
- Flip OpenGL 'on' by default
Submitted by: pfgshield-freebsd@yahoo.com Approved by: maintainer timeout (2 weeks)
-rw-r--r--games/prboom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index bc3bd57d1e85..eafc4d71dd9b 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -7,6 +7,7 @@
PORTNAME= prboom
PORTVERSION= 2.4.7
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,11 +21,10 @@ USE_GMAKE= yes
USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=--disable-cpu-opt
-OPTIONS= GL "Enable OpenGL support" off
+OPTIONS= GL "Enable OpenGL support" on
MAN5= boom.cfg.5
MAN6= prboom.6 prboom-game-server.6