diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index b700f04ab92..2b82387ab69 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/06/04 05:25:38 reed Exp $ +# $NetBSD: Makefile,v 1.28 2004/08/31 19:24:42 reed Exp $ # DISTNAME= libiconv-1.9.1 @@ -10,12 +10,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libiconv/ COMMENT= Character set conversion library -.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 - PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES @@ -23,6 +17,12 @@ USE_PKGINSTALL= YES GNU_CONFIGURE= YES USE_LIBTOOL= 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 |