diff options
author | wiz <wiz> | 2012-05-12 07:37:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-12 07:37:50 +0000 |
commit | 953692212780b018c9928bdc3c5989fcc406d53e (patch) | |
tree | 5fd0537a27c6445bf07ff39056b843dd5a8ce38e /textproc/mdocml | |
parent | c04bffed8bed6038ca4b1ab4bdfd5911b77b6d4d (diff) | |
download | pkgsrc-953692212780b018c9928bdc3c5989fcc406d53e.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index db01326caa3..8fa6d50bb95 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/03/10 16:06:35 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2012/05/12 07:37:51 wiz Exp $ DISTNAME= mdocml-1.12.0 PKGREVISION= 1 @@ -13,5 +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]* + .include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |