diff options
Diffstat (limited to 'games/geki3/Makefile')
-rw-r--r-- | games/geki3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/geki3/Makefile b/games/geki3/Makefile index 43fa1a2e3159..484d231adfa0 100644 --- a/games/geki3/Makefile +++ b/games/geki3/Makefile @@ -16,12 +16,9 @@ DISTNAME= ${PORTNAME}-KXL-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= 2D horizontal scroll shooting game -BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/devel/kxl -RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl +BUILD_DEPENDS= ${LOCALBASE}/include/KXL.h:${PORTSDIR}/devel/kxl +RUN_DEPENDS= ${LOCALBASE}/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> |