diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-10-19 10:02:34 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-10-19 10:02:34 +0800 |
commit | 4a08447cf89fa0bbbd04b7295bb5e3462c17a93c (patch) | |
tree | 2e79561dbc75dc9a52ca9d60e6bbcae04a42f008 /games/q3cellshading | |
parent | a61abfa9731075a3ac62c2ca3ccc74a9b8ae4869 (diff) | |
download | freebsd-ports-gnome-4a08447cf89fa0bbbd04b7295bb5e3462c17a93c.tar.gz freebsd-ports-gnome-4a08447cf89fa0bbbd04b7295bb5e3462c17a93c.tar.zst freebsd-ports-gnome-4a08447cf89fa0bbbd04b7295bb5e3462c17a93c.zip |
- Add USE_XLIB when needed since USE_GL does not imply it anymore.
Reported by: pointyhat (via erwin)
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) |