summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2004-12-05 00:32:06 +0000
committerlesi <lesi@FreeBSD.org>2004-12-05 00:32:06 +0000
commite47fea3526176ec04c2cf9360ffd7769892d22a7 (patch)
tree84bede7ab195c6bec9fc3df6b7c5a86132aaf370 /games
parent3496bdd70a2355d18d257c396ba4e6fb680b241e (diff)
downloadFreeBSD-ports-e47fea3526176ec04c2cf9360ffd7769892d22a7.zip
FreeBSD-ports-e47fea3526176ec04c2cf9360ffd7769892d22a7.tar.gz
If imake is not present at build time, configure gets confused about
location of X11 libraries and headers, so tell it where they are. Pointed out by: dosirak via kris, while testing X.Org upgrade
Diffstat (limited to 'games')
-rw-r--r--games/vamos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile
index c89f7cf..aa91c61 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -27,6 +27,7 @@ USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
INSTALLS_SHLIB= yes
INFO= vamos
OpenPOWER on IntegriCloud