summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-01-03 11:22:09 +0000
committerwiz <wiz@pkgsrc.org>2021-01-03 11:22:09 +0000
commit781d116a28fa1c758807c211935b94243c8e3229 (patch)
tree9f2a7c3c990ac045b88839e315e302cbc77cd25c
parentf73159cba0b5040991accdedc739977dbfe40fca (diff)
downloadpkgsrc-781d116a28fa1c758807c211935b94243c8e3229.tar.gz
automake: use tools framework for autoconf dependency
I saw vfork failures with the current state.
-rw-r--r--devel/automake/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index ab7eb6a8d86..3917b7ef020 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2020/11/23 14:06:46 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2021/01/03 11:22:09 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
@@ -14,9 +14,8 @@ HOMEPAGE= https://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
LICENSE= gnu-gpl-v2
-DEPENDS+= autoconf>=2.62:../../devel/autoconf
-
-USE_TOOLS+= gm4:run perl:run
+AUTOCONF_REQD= 2.62
+USE_TOOLS+= autoconf gm4:run perl:run
PLIST_SUBST+= PKG_DIR_VERSION=1.16
GNU_CONFIGURE= YES