aboutsummaryrefslogtreecommitdiff
path: root/games/tyrquake
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-12-26 02:26:46 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-12-26 02:26:46 +0000
commit9fc218a6394bc079652c0b6ccf54be4624270709 (patch)
tree32ef60cac56b8e6bbc0645998453bcdeef7b9220 /games/tyrquake
parent1deec931c9ad726b6e1aa14bc6f2237a1ba54a59 (diff)
downloadports-9fc218a6394bc079652c0b6ccf54be4624270709.tar.gz
ports-9fc218a6394bc079652c0b6ccf54be4624270709.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)
Notes
Notes: svn path=/head/; revision=288028
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