diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-29 16:15:47 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-29 16:15:47 +0000 |
commit | 4f7cc1bad9aeadc0a60f0cec3b0f40180d415aef (patch) | |
tree | 9cfc6a373c6f8007bb0e9257ee95cc01d014445f /games | |
parent | e429da21c1f1f91ef4f88c255c8f2c17204f73a7 (diff) | |
download | pkgsrc-4f7cc1bad9aeadc0a60f0cec3b0f40180d415aef.tar.gz |
Make this BROKEN instead of IGNOREd, because it really is broken at the
moment.
Diffstat (limited to 'games')
-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 a934bd755aa..56990b479d8 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/24 22:30:02 pooka Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/29 16:15:47 pooka Exp $ # DISTNAME= nethack-3.3.0 @@ -28,7 +28,7 @@ ALLFILES= ${DISTFILES} # don't checksum shared patches MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5 -IGNORE= "requires qt2 which is unavailable in pkgsrc" +BROKEN= requires qt 2.0 or greater #post-extract: # #@${LN} -sf ../../Qt ${WRKSRC}/win/Qt |