diff options
author | ade <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | 827c6381d11bd79a10cffc8155bc2913200b45da (patch) | |
tree | 055d5b4b4fa27cce7f391d5dad608380754ba127 /Mk | |
parent | 5229407736453559e6a3641ba620dee33f92c002 (diff) | |
download | FreeBSD-ports-827c6381d11bd79a10cffc8155bc2913200b45da.zip FreeBSD-ports-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index a04fa48..9ef67dd 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -140,7 +140,7 @@ GNU_CONFIGURE= yes .if defined(_AUTOTOOL_automake) AUTOMAKE_VERSION= 1.11 AUTOMAKE_APIVER= 1.11.1 -AUTOMAKE_PORT= devel/automake111 +AUTOMAKE_PORT= devel/automake . if ${_AUTOTOOL_automake} == "yes" _AUTOTOOL_rule_automake= yes @@ -199,7 +199,7 @@ GNU_CONFIGURE?= yes .if defined(_AUTOTOOL_autoconf) AUTOCONF_VERSION= 2.68 -AUTOCONF_PORT= devel/autoconf268 +AUTOCONF_PORT= devel/autoconf . if ${_AUTOTOOL_autoconf} == "yes" _AUTOTOOL_rule_autoconf= yes @@ -253,7 +253,7 @@ BUILD_DEPENDS+= ${AUTOCONF_DEPENDS} #--------------------------------------------------------------------------- .if defined(_AUTOTOOL_libltdl) -LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl22 +LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl .endif #--------------------------------------------------------------------------- @@ -262,7 +262,7 @@ LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl22 .if defined(_AUTOTOOL_libtool) || defined(_AUTOTOOL_libtoolize) LIBTOOL_VERSION= 2.2.10 -LIBTOOL_PORT= devel/libtool22 +LIBTOOL_PORT= devel/libtool . if defined(_AUTOTOOL_libtool) && ${_AUTOTOOL_libtool} == "yes" _AUTOTOOL_rule_libtool= yes |