diff options
author | jlam <jlam> | 2005-05-24 04:36:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-24 04:36:51 +0000 |
commit | dabecb0afecd94b46ec8df8b739027a8e0efa991 (patch) | |
tree | 5d275068ad5de88c9a694e067fabb8bbd3ab2903 /converters | |
parent | 1c7d39ff9f3272f7e8787cdd26ea8c8946279f73 (diff) | |
download | pkgsrc-dabecb0afecd94b46ec8df8b739027a8e0efa991.tar.gz |
Don't set artificial restrictions on which platforms can build this
package. Linux, like NetBSD, should be able to build this package,
even if it has a built-in iconv implementation.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 502be15dc06..b935269346b 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.34 2005/05/24 04:36:51 jlam Exp $ DISTNAME= libiconv-1.9.2 PKGREVISION= 1 @@ -19,12 +19,6 @@ USE_LIBTOOL= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Linux" -# don't use PKG_SKIP_REASON yet so we can make sure the buildlinking is correct -PKG_FAIL_REASON+= "${PKGNAME} is not needed for Linux; it is included in GNU libc." -.endif - TEST_TARGET= check EGDIR= ${PREFIX}/share/examples/libiconv |