diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-19 02:02:34 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-19 02:02:34 +0000 |
commit | 9efbb811bed7f41b43b47766db09be1ba47815c0 (patch) | |
tree | 6edb76e218f72f3f9665d6e89a32cc2c801a0e03 /games | |
parent | d5c3e88864fa11daaae5cb586f24b00775df11dc (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/evq3/Makefile | 1 | ||||
-rw-r--r-- | games/openarena/Makefile | 1 | ||||
-rw-r--r-- | games/q3cellshading/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile index 69ba76a908a1..8e8974cf76c9 100644 --- a/games/evq3/Makefile +++ b/games/evq3/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ USE_ZIP= yes USE_DOS2UNIX= yes USE_GL= yes +USE_XLIB= yes USE_SCONS= yes SCONS_ARGS= warnings=0 NO_WRKSUBDIR= yes diff --git a/games/openarena/Makefile b/games/openarena/Makefile index a809758e7278..9ad7c295efbe 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -81,6 +81,7 @@ USE_SDL= sdl MAKE_ENV+= USE_SDL_VIDEO=1 . else USE_GL= yes +USE_XLIB= yes . endif .endif diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 36fc94664af8..663ac3f5c98f 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -57,6 +57,7 @@ MAKE_ENV+= DLL_ONLY=true .if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP) USE_GL= yes +USE_XLIB= yes .endif .if !defined(WITHOUT_CLIENT) |