aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-11-24 19:36:37 +0800
committeredwin <edwin@FreeBSD.org>2006-11-24 19:36:37 +0800
commitc6e1101443cb3d308d4dad2152bf5b6061f548bb (patch)
tree7e6b1fde71f5de8f6645f8b640f2f150cff323e9 /games
parentdcb7577a9165cbc1d26b7a025a7ca5dd6aa67fde (diff)
downloadfreebsd-ports-gnome-c6e1101443cb3d308d4dad2152bf5b6061f548bb.tar.gz
freebsd-ports-gnome-c6e1101443cb3d308d4dad2152bf5b6061f548bb.tar.zst
freebsd-ports-gnome-c6e1101443cb3d308d4dad2152bf5b6061f548bb.zip
fix build on 5-exp
Diffstat (limited to 'games')
-rw-r--r--games/geki3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/geki3/Makefile b/games/geki3/Makefile
index 756c8c8f6f89..187ae4d554c3 100644
--- a/games/geki3/Makefile
+++ b/games/geki3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= geki3
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://kxl.hn.org/download/ \
http://www.mavetju.org/download/adopted/
@@ -20,4 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
+
.include <bsd.port.mk>