diff options
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 5274e17286d..ab84bae5d88 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.69 2013/05/31 12:42:07 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2013/09/12 10:39:24 jperkin Exp $ # DISTNAME= groff-1.20.1 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite LICENSE= gnu-gpl-v3 -CONFLICTS= mdocml-[0-9]* ja-groff-[0-9]* +CONFLICTS= mdocml<1.12.0nb3 ja-groff-[0-9]* CHECK_PERMS= NO MAKE_JOBS_SAFE= NO |