diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 06:02:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-12 06:02:43 +0000 |
commit | 6f98c1989edb4377be5284b69d8b13ee6b5488a5 (patch) | |
tree | a99d341014ed5e5a2b04f3adb866d906d0128255 /games/geki3 | |
parent | 09aa9df8a2508b82e189795f6bc3d3e842ed9a40 (diff) | |
download | ports-6f98c1989edb4377be5284b69d8b13ee6b5488a5.tar.gz ports-6f98c1989edb4377be5284b69d8b13ee6b5488a5.zip |
Notes
Diffstat (limited to 'games/geki3')
-rw-r--r-- | games/geki3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/geki3/Makefile b/games/geki3/Makefile index d375bf4f9136..07ad609c8c73 100644 --- a/games/geki3/Makefile +++ b/games/geki3/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}-KXL-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= 2D horizontal scroll shooting game -BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl -RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/games/kxl +BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/devel/kxl +RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/devel/kxl USE_X_PREFIX= yes GNU_CONFIGURE= yes |