diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-28 05:20:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-28 05:20:38 +0000 |
commit | 96904a00496818424126bfa589ad12b557ae6540 (patch) | |
tree | 20efaf19b226759946c0fc08696a36130f712b06 /devel/autoconf | |
parent | 65b5c46cabdb8cefdce0c7f60d49f2fa6eed9de0 (diff) | |
download | pkgsrc-96904a00496818424126bfa589ad12b557ae6540.tar.gz |
Buildlinkify.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index c0676258787..b04f271f9ae 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/10/29 19:58:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.29 2001/11/28 05:20:45 jlam Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -12,11 +12,12 @@ COMMENT= Generates automatic source code configuration scripts DEPENDS= m4-1.4:../../devel/m4 -USE_PERL5= yes -M4= ${PREFIX}/bin/gm4 +USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= yes -CONFIGURE_ENV+= AWK="${AWK}" -INFO_FILES= autoconf.info standards.info +GNU_CONFIGURE= YES +CONFIGURE_ENV+= AWK="${AWK}" +M4= ${PREFIX}/bin/gm4 + +INFO_FILES= autoconf.info standards.info .include "../../mk/bsd.pkg.mk" |