diff options
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r-- | devel/autoconf213/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index c78acce1e48..e741c12e1aa 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/31 12:41:02 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/31 13:17:31 minskim Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -21,7 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES -CONFIGURE_ENV+= AWK="${AWK}" PERL=${PERL5:Q} +CONFIGURE_ENV+= AWK="${AWK}" CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/' M4= ${LOCALBASE}/bin/gm4 |