summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-21 21:24:44 +0000
committercheusov <cheusov>2012-10-21 21:24:44 +0000
commit3d2d6ef43d8b6903cb2d8e9dbb27653e2abcdef4 (patch)
treed8167628c91ca22d5b25217ea0b5c12c101bdd7c /textproc
parent6a20b1658c8140154aeb6c4ba4f14730b11496fc (diff)
downloadpkgsrc-3d2d6ef43d8b6903cb2d8e9dbb27653e2abcdef4.tar.gz
Add CONFLICTS with groff
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mdocml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 8fa6d50bb95..7f20709d470 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2012/05/12 07:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2012/10/21 21:24:44 cheusov Exp $
DISTNAME= mdocml-1.12.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd # not exactly, but near enough
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FLAGS+= PREFIX=${PREFIX} DBLIB=${BDB_LIBS:Q}
-CONFLICTS= man-pages-[0-9]*
+CONFLICTS= man-pages-[0-9]* groff-[0-9]*
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"