pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/nethack nethack: remove qt version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46513abf2b8a
branches:  trunk
changeset: 369123:46513abf2b8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 26 21:43:37 2017 +0000

description:
nethack: remove qt version

Bump PKGREVISION.

Noted by joerg

diffstat:

 games/nethack/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 536be7c1457c -r 46513abf2b8a games/nethack/Makefile
--- a/games/nethack/Makefile    Tue Sep 26 17:59:38 2017 +0000
+++ b/games/nethack/Makefile    Tue Sep 26 21:43:37 2017 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index