summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 21:43:37 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 21:43:37 +0000
commit5191549ab49ae37cec4780ffab8c688847bad3a5 (patch)
tree982737c61419449de7cabe23f8ba9b618cedfe0e /games
parentc69c6a1ad72317ddf771e8bb3483574a7fb4d570 (diff)
downloadpkgsrc-5191549ab49ae37cec4780ffab8c688847bad3a5.tar.gz
nethack: remove qt version
Bump PKGREVISION. Noted by joerg
Diffstat (limited to 'games')
-rw-r--r--games/nethack/Makefile5
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"