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/evq3/Makefile | |
parent | Update to 5.7011 (diff) |
- Add USE_XLIB when needed since USE_GL does not imply it anymore.
Reported by: pointyhat (via erwin)
Diffstat (limited to 'games/evq3/Makefile')
-rw-r--r-- | games/evq3/Makefile | 1 |
1 files changed, 1 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 |