diff options
author | agc <agc> | 2002-10-29 14:36:55 +0000 |
---|---|---|
committer | agc <agc> | 2002-10-29 14:36:55 +0000 |
commit | 4375c8ca29c4bc7f516e419aa5f49f1b9bcd807b (patch) | |
tree | 003296c9448d5c59c571950a6c6abd869078c2cb | |
parent | 3e6f76fd838b38be027b24b3926aa705443bb34c (diff) | |
download | pkgsrc-4375c8ca29c4bc7f516e419aa5f49f1b9bcd807b.tar.gz |
At present, gmake has libiconv as a requirement, yet libiconv needs
gmake to build. Remove the USE_GMAKE for just now - it seems
superfluous, since NetBSD's make(1) works fine, and is causing a
circular dependency.
-rw-r--r-- | converters/libiconv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 864404f87e6..1d48737f2bc 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/09/01 20:24:17 tron Exp $ +# $NetBSD: Makefile,v 1.14 2002/10/29 14:36:55 agc Exp $ # DISTNAME= libiconv-1.8 @@ -11,7 +11,6 @@ COMMENT= character set conversion library USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/libcharset/libtool |