aboutsummaryrefslogtreecommitdiffstats
path: root/games/tyrquake
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-12-26 10:26:46 +0800
committereadler <eadler@FreeBSD.org>2011-12-26 10:26:46 +0800
commit7001cebc0d698db5889e974710fa7f2c6b25e306 (patch)
treefd1265210e80590f37873f0d8d69460f0bf92e17 /games/tyrquake
parentc449baf7e59d0f93b6f3d601ec7786fa913dd117 (diff)
downloadfreebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.tar.gz
freebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.tar.zst
freebsd-ports-gnome-7001cebc0d698db5889e974710fa7f2c6b25e306.zip
- X11BASE is going away. Hack the last few ports that depend on X11BASE to not rely on it being set globally.
Approved by: portmgr (pav)
Diffstat (limited to 'games/tyrquake')
-rw-r--r--games/tyrquake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile
index e42f35065c5b..c96b9f05f1d6 100644
--- a/games/tyrquake/Makefile
+++ b/games/tyrquake/Makefile
@@ -18,7 +18,7 @@ USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp
USE_GL= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
-MAKE_ENV= QBASEDIR="${Q1DIR}"
+MAKE_ENV= QBASEDIR="${Q1DIR}" X11BASE=${LOCALBASE}
OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \
X86_ASM "Enable x86 assembly code when possible" on