diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
commit | a93033552b24d80bcefe085979d99d4d7f8004e4 (patch) | |
tree | bb35475a21275e84adff53ace3cf4dce2a36a976 /games/quake2lnx | |
parent | ec353c081d48243baecb53bcca5752598d1a0440 (diff) | |
download | ports-a93033552b24d80bcefe085979d99d4d7f8004e4.tar.gz ports-a93033552b24d80bcefe085979d99d4d7f8004e4.zip |
Notes
Diffstat (limited to 'games/quake2lnx')
-rw-r--r-- | games/quake2lnx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 1965f9e7aef5..773438d830dd 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -80,8 +80,7 @@ PLIST_SUB+= SDLGL="@comment " .endif .if !defined(WITHOUT_X11) -LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries \ - Xext.6:${PORTSDIR}/x11/XFree86-4-libraries +USE_XLIB= yes MAKE_ARGS+= BUILD_X11=YES REF_TARGETS+= softx PLIST_SUB+= X11="" @@ -90,7 +89,7 @@ PLIST_SUB+= X11="@comment " .endif .if !defined(WITHOUT_GLX) || defined(WITH_EYECANDY) -LIB_DEPENDS+= GL.1:${PORTSDIR}/x11/XFree86-4-libraries +USE_GL= yes MAKE_ARGS+= BUILD_GLX=YES REF_TARGETS+= glx PLIST_SUB+= GLX="" |