aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-02 04:27:13 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-02 04:27:13 +0800
commit3de1c584caf7af54e1a062b7bdfb39ea13a71c6f (patch)
treea686c24cae6b186cf69a03a71a1afab7bc270a19 /games
parent19670b0dd5d2773f96d90770e071fdf472aa42df (diff)
downloadfreebsd-ports-gnome-3de1c584caf7af54e1a062b7bdfb39ea13a71c6f.tar.gz
freebsd-ports-gnome-3de1c584caf7af54e1a062b7bdfb39ea13a71c6f.tar.zst
freebsd-ports-gnome-3de1c584caf7af54e1a062b7bdfb39ea13a71c6f.zip
Respect X11BASE and USE_XLIB
Reported by: pointyhat
Diffstat (limited to 'games')
-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}"