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 f4e00f3b410..20592cefb49 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/01/24 07:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/05 23:09:20 joerg Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes @@ -7,7 +7,7 @@ NO_CONFIGURE= yes .include "../../games/nethack-lib/Makefile.common" DISTNAME= nethack-all-${NETHACK_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES+= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -15,8 +15,8 @@ DISTFILES= # empty COMMENT= Meta-package for NetHack with x11, qt and tty versions DEPENDS+= nethack-tty-${NETHACK_VERSION}nb1:../../games/nethack-tty -DEPENDS+= nethack-x11-${NETHACK_VERSION}nb1:../../games/nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}nb3:../../games/nethack-qt +DEPENDS+= nethack-x11-${NETHACK_VERSION}nb2:../../games/nethack-x11 +DEPENDS+= nethack-qt-${NETHACK_VERSION}nb5:../../games/nethack-qt EXTRACT_ONLY= # empty NO_CHECKSUM= yes |