diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | e720c400e212653dc1e76242fe0dcfc4a6e4f315 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /games/nethack-tty | |
parent | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff) | |
download | pkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'games/nethack-tty')
-rw-r--r-- | games/nethack-tty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 90c31dea106..01bad0c645a 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $ # .include "../nethack-lib/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= nethack-tty-${NETHACK_VERSION} COMMENT= The tty/console based version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib BUILD_TARGET= nethack INSTALL_TARGET= binfiles |