diff options
Diffstat (limited to 'games/q2p/Makefile')
-rw-r--r-- | games/q2p/Makefile | 5 |
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 |