summaryrefslogtreecommitdiff
path: root/games/geki2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-11-24 11:38:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-11-24 11:38:16 +0000
commit9e7865eb2744316931e87d6187a3ccb535336088 (patch)
tree9542438448c35ab247f551903817112abdf7c113 /games/geki2
parentfix build on 5-exp (diff)
Fix build on 5-exp
Notes
Notes: svn path=/head/; revision=177962
Diffstat (limited to 'games/geki2')
-rw-r--r--games/geki2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/geki2/Makefile b/games/geki2/Makefile
index dea0d89696cc..42963661ab90 100644
--- a/games/geki2/Makefile
+++ b/games/geki2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= geki2
PORTVERSION= 2.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>