summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-11-28 10:04:36 +0000
committertron <tron@pkgsrc.org>2002-11-28 10:04:36 +0000
commit2d7a3e1502ba6a63ea3f3815ccbf8389f0226ad3 (patch)
tree31463fa71a0d0e733f7961c55f6b197ba94ce06d /devel/gmake
parent03a0290e270e68269029c954710018e86b8ec201 (diff)
downloadpkgsrc-2d7a3e1502ba6a63ea3f3815ccbf8389f0226ad3.tar.gz
Remove accidently committed "--without-libiconv-prefix" from configuration
arguments.
Diffstat (limited to 'devel/gmake')
-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