diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-26 21:43:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-26 21:43:37 +0000 |
commit | 5191549ab49ae37cec4780ffab8c688847bad3a5 (patch) | |
tree | 982737c61419449de7cabe23f8ba9b618cedfe0e /games | |
parent | c69c6a1ad72317ddf771e8bb3483574a7fb4d570 (diff) | |
download | pkgsrc-5191549ab49ae37cec4780ffab8c688847bad3a5.tar.gz |
nethack: remove qt version
Bump PKGREVISION.
Noted by joerg
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index b80615498d3..eabea588494 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.26 2011/06/01 11:20:29 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/09/26 21:43:37 wiz Exp $ META_PACKAGE= yes .include "../../games/nethack-lib/Makefile.common" DISTNAME= nethack-all-${NETHACK_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES+= x11 COMMENT= Meta-package for NetHack with x11, Qt, and tty versions 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 .include "../../mk/bsd.pkg.mk" |