diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-05 00:32:06 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-05 00:32:06 +0000 |
commit | 079e830bc69db9d1b1854fc6ff6129c5d13c6d46 (patch) | |
tree | 85637de06cb651ea99cb7d9a751ad99fa3522fcf /games/vamos | |
parent | 6686d9ac3389bcf3f35a21e5f4988e7521ea1622 (diff) | |
download | ports-079e830bc69db9d1b1854fc6ff6129c5d13c6d46.tar.gz ports-079e830bc69db9d1b1854fc6ff6129c5d13c6d46.zip |
Notes
Diffstat (limited to 'games/vamos')
-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 c89f7cfd7874..aa91c615db06 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 |