diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-29 23:09:35 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-29 23:09:35 +0000 |
commit | c56ba501d539364319361e623f8f8d7d54b882ab (patch) | |
tree | 74ea4fc2644bf67e68a9fbc3a1fc4fa464e8b28a /games/quake2forge | |
parent | d18de83c54f3a67a3029f52ca17d4a76f79e1b47 (diff) | |
download | ports-c56ba501d539364319361e623f8f8d7d54b882ab.tar.gz ports-c56ba501d539364319361e623f8f8d7d54b882ab.zip |
Notes
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/Makefile | 5 |
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 |