diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-02 13:49:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-02 13:49:19 +0000 |
commit | 1c99375db804d9d84a2ad86d1605de07dd10ba62 (patch) | |
tree | c6c373ad699da5a852d79564f7951bef999f42a4 /games/prboom | |
parent | c4fb11ab3c35f4a3a3232a47d081ec218d8fb91a (diff) | |
download | ports-1c99375db804d9d84a2ad86d1605de07dd10ba62.tar.gz ports-1c99375db804d9d84a2ad86d1605de07dd10ba62.zip |
Notes
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 6 |
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 |