diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 20:27:13 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 20:27:13 +0000 |
commit | 8229eb3494d3bc037b7148ccda6ba117b04ba86a (patch) | |
tree | 10d723ba301147346a00b52d071c08f12da10dd8 /games/briquolo | |
parent | 51c56507e6740b159acf21f22efe56b4ad3dac55 (diff) | |
download | ports-8229eb3494d3bc037b7148ccda6ba117b04ba86a.tar.gz ports-8229eb3494d3bc037b7148ccda6ba117b04ba86a.zip |
Notes
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 3 |
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}" |