aboutsummaryrefslogtreecommitdiff
path: root/games/quake2forge
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-03-29 23:09:35 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-03-29 23:09:35 +0000
commitc56ba501d539364319361e623f8f8d7d54b882ab (patch)
tree74ea4fc2644bf67e68a9fbc3a1fc4fa464e8b28a /games/quake2forge
parentd18de83c54f3a67a3029f52ca17d4a76f79e1b47 (diff)
downloadports-c56ba501d539364319361e623f8f8d7d54b882ab.tar.gz
ports-c56ba501d539364319361e623f8f8d7d54b882ab.zip
Notes
Diffstat (limited to 'games/quake2forge')
-rw-r--r--games/quake2forge/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index 0f40e6862b5b..14db55b89f82 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -36,6 +36,10 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
+.if defined(WITH_GL) || defined(WITH_X11)
+USE_XORG= xxf86dga
+.endif
+
.if defined(WITH_AO)
LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao
CONFIGURE_ARGS+=--with-ao=${LOCALBASE}
@@ -93,7 +97,6 @@ PLIST_SUB+= SVGA="@comment "
.endif
.if defined(WITH_X11)
-USE_XLIB= yes
CONFIGURE_ARGS+=--with-x
PLIST_SUB+= X11=""
.else