diff options
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 |