diff options
author | minskim <minskim> | 2004-12-31 12:36:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-31 12:36:09 +0000 |
commit | 1ceb63884f20593c09945ccba56065c92fd892a8 (patch) | |
tree | 62b6a612ee83731bffd78ad6c29dd849b9724e50 /devel/autoconf | |
parent | 464fb497ca171ac85566ae07cdfdf3519e38f745 (diff) | |
download | pkgsrc-1ceb63884f20593c09945ccba56065c92fd892a8.tar.gz |
Teach configure a correct path to the perl executable.
Bump PKGREVISION.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 913def44f32..1a2f176fd76 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2004/02/11 00:39:05 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2004/12/31 12:36:09 minskim Exp $ DISTNAME= autoconf-2.59 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} EXTRACT_SUFX= .tar.bz2 @@ -21,7 +22,7 @@ USE_BUILDLINK3= YES USE_LANGUAGES= # empty GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-lispdir -CONFIGURE_ENV+= AWK="${AWK}" +CONFIGURE_ENV+= AWK="${AWK}" PERL=${PERL5:Q} M4= ${LOCALBASE}/bin/gm4 INFO_FILES= autoconf.info standards.info |