aboutsummaryrefslogtreecommitdiffstats
path: root/games/lincity-ng
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-09 15:59:05 +0800
committerrafan <rafan@FreeBSD.org>2006-12-09 15:59:05 +0800
commit92d75e1f01c969fb80b43a2b0bf19773e8963cbd (patch)
tree728df8bbc9e6b736419ab025bd2f01d0afb17bbf /games/lincity-ng
parent329443a20466b6fd80770d1ba58c35f9521100c7 (diff)
downloadfreebsd-ports-gnome-92d75e1f01c969fb80b43a2b0bf19773e8963cbd.tar.gz
freebsd-ports-gnome-92d75e1f01c969fb80b43a2b0bf19773e8963cbd.tar.zst
freebsd-ports-gnome-92d75e1f01c969fb80b43a2b0bf19773e8963cbd.zip
- Respect X11BASE
Approved by: portmgr (linimon)
Diffstat (limited to 'games/lincity-ng')
-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}"