aboutsummaryrefslogtreecommitdiff
path: root/games/lincity-ng/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-09 07:59:05 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-09 07:59:05 +0000
commit5e7adb1ea87331134d03ed81e962556ce69d528f (patch)
tree531b38f95fb8d2178e049cfcff6fc33b69725180 /games/lincity-ng/Makefile
parentc1e393d3a9e61bb2b264e4cf934efa7520edba0a (diff)
downloadports-5e7adb1ea87331134d03ed81e962556ce69d528f.tar.gz
ports-5e7adb1ea87331134d03ed81e962556ce69d528f.zip
- Respect X11BASE
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=179257
Diffstat (limited to 'games/lincity-ng/Makefile')
-rw-r--r--games/lincity-ng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile
index c2fb9afe4323..2633294c0922 100644
--- a/games/lincity-ng/Makefile
+++ b/games/lincity-ng/Makefile
@@ -24,7 +24,8 @@ USE_SDL= sdl mixer image ttf gfx
USE_GNOME= libxml2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libphysfs=${PREFIX}
+CONFIGURE_ARGS= --with-libphysfs=${PREFIX} \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"