summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
commit1c57323789a922a7182ba378831f2c0a336a6959 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /devel/autoconf
parentee84541509a09b09b26167f474c4b53185c17b5f (diff)
downloadpkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index ccbd66a6a8a..af1e45da76f 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2002/02/18 15:14:07 seb Exp $
+# $NetBSD: Makefile,v 1.33 2002/08/25 21:49:38 jlam Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
@@ -14,8 +14,7 @@ DEPENDS= m4-1.4:../../devel/m4
CONFLICTS= autoconf-devel-[0-9]*
-USE_BUILDLINK_ONLY= YES
-
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= AWK="${AWK}"
M4= ${PREFIX}/bin/gm4
@@ -23,6 +22,6 @@ M4= ${PREFIX}/bin/gm4
INFO_FILES= autoconf.info standards.info
TEXINFO_OVERRIDE= YES
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"