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 | d7726672535bd94ef547e61d3596d20136420865 (patch) | |
tree | be308e5e8edb5431bf49fffc6db1077524c4eaea /games/nethack-qt | |
parent | 644e9792048e6587637c344670817d15b98b6c3a (diff) | |
download | pkgsrc-d7726672535bd94ef547e61d3596d20136420865.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-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |