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 /devel/dlcompat | |
parent | c04bffed8bed6038ca4b1ab4bdfd5911b77b6d4d (diff) | |
download | pkgsrc-953692212780b018c9928bdc3c5989fcc406d53e.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'devel/dlcompat')
-rw-r--r-- | devel/dlcompat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile index a4e07dbb760..b9ab927cc40 100644 --- a/devel/dlcompat/Makefile +++ b/devel/dlcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/03/15 02:39:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2012/05/12 07:37:51 wiz Exp $ # DISTNAME= dlcompat-20030629 @@ -15,4 +15,6 @@ ONLY_FOR_PLATFORM= Darwin-[56].*-* GNU_CONFIGURE= yes +CONFLICTS= man-pages-[0-9]* + .include "../../mk/bsd.pkg.mk" |