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 | |
parent | 9b1ec25d568c422f025b58ce280383899c1b8ae9 (diff) | |
download | pkgsrc-e720c400e212653dc1e76242fe0dcfc4a6e4f315.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 507c5cfe002..d6db901a31d 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 10:17:59 grant Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes @@ -13,9 +13,9 @@ DISTFILES= # empty COMMENT= Meta-package for NetHack with x11, qt and tty versions -DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty -DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../nethack-qt +DEPENDS+= nethack-tty-${NETHACK_VERSION}:../../games/nethack-tty +DEPENDS+= nethack-x11-${NETHACK_VERSION}:../../games/nethack-x11 +DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../../games/nethack-qt EXTRACT_ONLY= # empty NO_CHECKSUM= yes |