diff options
Diffstat (limited to 'textproc/unroff/Makefile')
-rw-r--r-- | textproc/unroff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 75c0543f99d..d212b2cc034 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/12/26 23:39:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.24 2006/01/04 04:29:08 schmonz Exp $ DISTNAME= unroff-1.0 PKGNAME= unroff-1.0.2 @@ -13,8 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ COMMENT= Programmable troff translator with backend for HTML -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" +BROKEN_IN= pkgsrc-2005Q4 DIST_SUBDIR= unroff |