diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-24 11:38:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-24 11:38:16 +0000 |
commit | 9e7865eb2744316931e87d6187a3ccb535336088 (patch) | |
tree | 9542438448c35ab247f551903817112abdf7c113 | |
parent | 4e7e67959080f06e5784b2fa32d1156c4671b57a (diff) |
Notes
-rw-r--r-- | games/geki2/Makefile | 4 |
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> |