aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-02-25 06:15:44 +0000
committerAde Lovett <ade@FreeBSD.org>2011-02-25 06:15:44 +0000
commite0d39220da70d4549cd2c80f3e1aa7f10013ffeb (patch)
treee1bec5b72ac74951b3de76134222d19cbadc67fc /Mk/bsd.autotools.mk
parentfa865a042d7d1a702d59bb5913e79897ea83de46 (diff)
downloadports-e0d39220da70d4549cd2c80f3e1aa7f10013ffeb.tar.gz
ports-e0d39220da70d4549cd2c80f3e1aa7f10013ffeb.zip
Update to libtool 2.4
Tested by: pav (multiple -exp runs)
Notes
Notes: svn path=/head/; revision=269656
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index dbbeb5c798e0..70064b1850b3 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -265,7 +265,7 @@ LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl
#---------------------------------------------------------------------------
.if defined(_AUTOTOOL_libtool) || defined(_AUTOTOOL_libtoolize)
-LIBTOOL_VERSION= 2.2.10
+LIBTOOL_VERSION= 2.4
LIBTOOL_PORT= devel/libtool
. if defined(_AUTOTOOL_libtool) && ${_AUTOTOOL_libtool} == "yes"
@@ -302,7 +302,7 @@ LIBTOOLFILES?= aclocal.m4
LIBTOOLFILES?= ${CONFIGURE_SCRIPT}
. endif
-LIBTOOL_DEPENDS= libtool>=2.2:${PORTSDIR}/${LIBTOOL_PORT}
+LIBTOOL_DEPENDS= libtool>=2.4:${PORTSDIR}/${LIBTOOL_PORT}
BUILD_DEPENDS+= ${LIBTOOL_DEPENDS}
.endif