summaryrefslogtreecommitdiff
path: root/games/nethack
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-26 19:22:49 +0000
committerjoerg <joerg>2006-05-26 19:22:49 +0000
commitbda9a20401c77d1c524e7c001e932255128e9b38 (patch)
treed234f1dce391eeeeb3296e431c4c0665b21f4e6b /games/nethack
parent2620e95d68dd0620130cdcd0e02b1c25107d79c2 (diff)
downloadpkgsrc-bda9a20401c77d1c524e7c001e932255128e9b38.tar.gz
Play nicer, don't require exact (nb) version matches. The same
base version is good enough. Bump revision.
Diffstat (limited to 'games/nethack')
-rw-r--r--games/nethack/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index 20592cefb49..faa4c497028 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/05/26 19:22:49 joerg Exp $
# Needed so configure/patch rules don't get pulled in
NO_BUILD= yes
@@ -7,16 +7,16 @@ NO_CONFIGURE= yes
.include "../../games/nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES+= x11
MASTER_SITES= # empty
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}nb2:../../games/nethack-x11
-DEPENDS+= nethack-qt-${NETHACK_VERSION}nb5:../../games/nethack-qt
+DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
+DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
+DEPENDS+= nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes