pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/automake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  3 11:22:09 UTC 2021

Modified Files:
        pkgsrc/devel/automake: Makefile

Log Message:
automake: use tools framework for autoconf dependency

I saw vfork failures with the current state.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/automake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/automake/Makefile
diff -u pkgsrc/devel/automake/Makefile:1.113 pkgsrc/devel/automake/Makefile:1.114
--- pkgsrc/devel/automake/Makefile:1.113        Mon Nov 23 14:06:46 2020
+++ pkgsrc/devel/automake/Makefile      Sun Jan  3 11:22:09 2021
@@ -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/a
 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



Home | Main Index | Thread Index | Old Index