pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mdocml Add CONFLICTS with groff



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb66c074a77f
branches:  trunk
changeset: 610268:eb66c074a77f
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Oct 21 21:24:44 2012 +0000

description:
Add CONFLICTS with groff

diffstat:

 textproc/mdocml/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 01b308fb5444 -r eb66c074a77f textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile  Sun Oct 21 21:23:45 2012 +0000
+++ b/textproc/mdocml/Makefile  Sun Oct 21 21:24:44 2012 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index