Tue Sep 26 21:43:37 2017 UTC ()
nethack: remove qt version

Bump PKGREVISION.

Noted by joerg


(wiz)
diff -r1.26 -r1.27 pkgsrc/games/nethack/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/games/nethack/Makefile (expand / switch to unified diff)

--- pkgsrc/games/nethack/Makefile 2011/06/01 11:20:29 1.26
+++ pkgsrc/games/nethack/Makefile 2017/09/26 21:43:37 1.27
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2011/06/01 11:20:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2017/09/26 21:43:37 wiz Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "../../games/nethack-lib/Makefile.common" 5.include "../../games/nethack-lib/Makefile.common"
6 6
7DISTNAME= nethack-all-${NETHACK_VERSION} 7DISTNAME= nethack-all-${NETHACK_VERSION}
8PKGREVISION= 3 8PKGREVISION= 4
9CATEGORIES+= x11 9CATEGORIES+= x11
10 10
11COMMENT= Meta-package for NetHack with x11, Qt, and tty versions 11COMMENT= Meta-package for NetHack with x11, Qt, and tty versions
12 12
13DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty 13DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
14DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11 14DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
15DEPENDS+= nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt 
16 15
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"