summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-21 21:24:44 +0000
committercheusov <cheusov>2012-10-21 21:24:44 +0000
commit5d51cc52b5c150a39a0ad6f1f5f37687c239d144 (patch)
treed8167628c91ca22d5b25217ea0b5c12c101bdd7c /textproc/mdocml/Makefile
parent5e813d2faf4f6abc4b54b403fe316e11e0201ca6 (diff)
downloadpkgsrc-5d51cc52b5c150a39a0ad6f1f5f37687c239d144.tar.gz
Add CONFLICTS with groff
Diffstat (limited to 'textproc/mdocml/Makefile')
-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"