diff options
-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 |