diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-12 14:02:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-12 14:02:43 +0800 |
commit | 7f18c81ae3e9de1cf87fda72cc9977753c9901b3 (patch) | |
tree | 6a44c2c3cda7cd404d843276dbc282fed7b87cf7 /games/geki3 | |
parent | cf2d0fbec1e547f9c0b16972a98d211f3dfa02e3 (diff) | |
download | freebsd-ports-gnome-7f18c81ae3e9de1cf87fda72cc9977753c9901b3.tar.gz freebsd-ports-gnome-7f18c81ae3e9de1cf87fda72cc9977753c9901b3.tar.zst freebsd-ports-gnome-7f18c81ae3e9de1cf87fda72cc9977753c9901b3.zip |
Follow trails to the new location of the KXL port.
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 |