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/q3cellshading | |
parent | d5c3e88864fa11daaae5cb586f24b00775df11dc (diff) |
- Add USE_XLIB when needed since USE_GL does not imply it anymore.
Reported by: pointyhat (via erwin)
Notes
Notes:
svn path=/head/; revision=201653
Diffstat (limited to 'games/q3cellshading')
-rw-r--r-- | games/q3cellshading/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |