diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-26 15:10:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-26 15:10:08 +0000 |
commit | 1ad9f68f6e299a80fc8c297a0d27be374a54927a (patch) | |
tree | be308e5e8edb5431bf49fffc6db1077524c4eaea | |
parent | 784599c0e27b071f4f3a9ef46bd6c8af401ef544 (diff) | |
download | pkgsrc-1ad9f68f6e299a80fc8c297a0d27be374a54927a.tar.gz |
Open-code revision pattern for nethack-lib. Still requires the same
upstream version, but ignores the NetBSD patchlevel.
-rw-r--r-- | games/nethack-qt/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-tty/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 6476dc34655..34c991c5847 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/12/15 20:32:55 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2008/09/26 15:10:08 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -9,7 +9,7 @@ CATEGORIES+= x11 COMMENT= The QT-Enhanced X11 version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib USE_LANGUAGES= c c++ BUILD_TARGET= x11tiles nethack diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 566c85eafe9..4b14718a000 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/22 15:47:54 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/09/26 15:10:08 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -8,7 +8,7 @@ PKGREVISION= 1 COMMENT= The tty/console based version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib BUILD_TARGET= nethack INSTALL_TARGET= binfiles diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 8788f5ba912..e344b7d237a 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2008/09/26 15:10:08 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= The X11 version of NetHack CATEGORIES+= x11 -DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib BUILD_TARGET= x11tiles nethack |