diff options
-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> |