summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2002-11-28 10:04:36 +0000
committertron <tron>2002-11-28 10:04:36 +0000
commitadd816b5fd18449b7472e9e688b524977a8e6c37 (patch)
tree31463fa71a0d0e733f7961c55f6b197ba94ce06d /devel
parent3533c6faa9a9518c08a9058fa19a1e692b4a61c7 (diff)
downloadpkgsrc-add816b5fd18449b7472e9e688b524977a8e6c37.tar.gz
Remove accidently committed "--without-libiconv-prefix" from configuration
arguments.
Diffstat (limited to 'devel')
-rw-r--r--devel/gmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 2357283e882..1c41ccb89fe 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2002/11/28 09:43:41 tron Exp $
+# $NetBSD: Makefile,v 1.37 2002/11/28 10:04:36 tron Exp $
DISTNAME= make-3.80
PKGNAME= gmake-3.80
@@ -11,7 +11,7 @@ COMMENT= GNU version of 'make' utility
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --program-prefix="g" --without-libiconv-prefix
+CONFIGURE_ARGS+= --program-prefix="g"
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
TEXINFO_OVERRIDE= YES