summaryrefslogtreecommitdiff
path: root/Mk/Uses/autoreconf.mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2018-06-14 12:47:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2018-06-14 12:47:58 +0000
commitc14e4f5f7317afd978a681f52bed53e8475574d5 (patch)
tree887d2ee07449ef7ef155da1e40fc852d2d19c539 /Mk/Uses/autoreconf.mk
parentUpdate lang/erlang-runtime20 to version 20.3.8. (diff)
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=472376
Diffstat (limited to 'Mk/Uses/autoreconf.mk')
-rw-r--r--Mk/Uses/autoreconf.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mk/Uses/autoreconf.mk b/Mk/Uses/autoreconf.mk
index e7bcc7717f3f..57eb8df8882e 100644
--- a/Mk/Uses/autoreconf.mk
+++ b/Mk/Uses/autoreconf.mk
@@ -54,11 +54,8 @@
_INCLUDE_USES_AUTORECONF_MK= yes
_USES_POST+= autoreconf
-BUILD_DEPENDS+= autoconf-2.69:devel/autoconf \
- autoheader-2.69:devel/autoconf \
- autoreconf-2.69:devel/autoconf \
- aclocal-1.15:devel/automake \
- automake-1.15:devel/automake
+BUILD_DEPENDS+= autoconf>=2.69:devel/autoconf \
+ automake>=1.16.1:devel/automake
.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
BUILD_DEPENDS+= libtoolize:devel/libtool