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 /games/nethack-x11 | |
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.
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |