diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-24 11:36:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-24 11:36:37 +0000 |
commit | 4e7e67959080f06e5784b2fa32d1156c4671b57a (patch) | |
tree | 973c7447ed48ef85f476765d34935e13d0509dcb /games/geki3 | |
parent | df09ae031fce8b09451e91463e594decf0be46a9 (diff) | |
download | ports-4e7e67959080f06e5784b2fa32d1156c4671b57a.tar.gz ports-4e7e67959080f06e5784b2fa32d1156c4671b57a.zip |
fix build on 5-exp
Notes
Notes:
svn path=/head/; revision=177961
Diffstat (limited to 'games/geki3')
-rw-r--r-- | games/geki3/Makefile | 4 |
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> |