aboutsummaryrefslogtreecommitdiff
path: root/games/briquolo
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 20:27:13 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 20:27:13 +0000
commit8229eb3494d3bc037b7148ccda6ba117b04ba86a (patch)
tree10d723ba301147346a00b52d071c08f12da10dd8 /games/briquolo
parent51c56507e6740b159acf21f22efe56b4ad3dac55 (diff)
downloadports-8229eb3494d3bc037b7148ccda6ba117b04ba86a.tar.gz
ports-8229eb3494d3bc037b7148ccda6ba117b04ba86a.zip
Respect X11BASE and USE_XLIB
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178506
Diffstat (limited to 'games/briquolo')
-rw-r--r--games/briquolo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index 41c8b2391b5e..f9dc92d96494 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -21,9 +21,12 @@ USE_ICONV= yes
USE_SDL= mixer sdl ttf
USE_GCC= 3.4
USE_GMAKE= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
PLIST_SUB= VERSION="${PORTVERSION}"