From 9fc218a6394bc079652c0b6ccf54be4624270709 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 26 Dec 2011 02:26:46 +0000 Subject: - 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) --- games/tyrquake/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/tyrquake') 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 -- cgit v1.2.3