aboutsummaryrefslogtreecommitdiff
path: root/games/q2p
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-27 13:15:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-27 13:15:53 +0000
commit32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch)
treecca81074cd10af0c7237e0e76e72e2df6c703f4c /games/q2p
parent03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff)
downloadports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz
ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip
Notes
Diffstat (limited to 'games/q2p')
-rw-r--r--games/q2p/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/q2p/Makefile b/games/q2p/Makefile
index 1668cf3c7b83..1e395446678e 100644
--- a/games/q2p/Makefile
+++ b/games/q2p/Makefile
@@ -7,7 +7,7 @@
PORTNAME= q2p
PORTVERSION= 0.2.20061231
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/Q2P/
DISTNAME= Q2P-0.2-2006-12-31
@@ -17,6 +17,7 @@ COMMENT= Ehnaced OpenGL only Quake II engine
USE_BZIP2= yes
USE_GCC= 3.4+
+USE_XORG= xxf86dga xext xxf86vm x11
USE_GMAKE= yes
ALL_TARGET= release
@@ -39,7 +40,7 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GLX) || !defined(WITHOUT_SDLGL)
-USE_GL= yes
+USE_GL= glu
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
.endif