diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-05 08:32:06 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-05 08:32:06 +0800 |
commit | e47fea3526176ec04c2cf9360ffd7769892d22a7 (patch) | |
tree | 84bede7ab195c6bec9fc3df6b7c5a86132aaf370 /games | |
parent | 3496bdd70a2355d18d257c396ba4e6fb680b241e (diff) | |
download | freebsd-ports-graphics-e47fea3526176ec04c2cf9360ffd7769892d22a7.tar.gz freebsd-ports-graphics-e47fea3526176ec04c2cf9360ffd7769892d22a7.tar.zst freebsd-ports-graphics-e47fea3526176ec04c2cf9360ffd7769892d22a7.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index c89f7cfd787..aa91c615db0 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 |