diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
commit | 160ba2a0ec65e02055fd20ef3f32c9c191780e6d (patch) | |
tree | 5fd0537a27c6445bf07ff39056b843dd5a8ce38e /converters | |
parent | 4406df51670fef2d84a13e2982806f852d7b754d (diff) | |
download | pkgsrc-160ba2a0ec65e02055fd20ef3f32c9c191780e6d.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index e78285eab27..cc281bbe906 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2011/09/08 16:29:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.61 2012/05/12 07:37:50 wiz Exp $ DISTNAME= libiconv-1.14 PKGREVISION= 2 @@ -18,6 +18,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pax GNU_CONFIGURE= yes +CONFLICTS= man-pages-[0-9]* + # Explicitly disable NLS since libiconv is a dependency for gettext-lib # and we don't want libiconv to pick up any NLS functions from libc # if they exist. |