diff options
author | ade <ade@FreeBSD.org> | 2011-02-25 06:15:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2011-02-25 06:15:44 +0000 |
commit | 4d1e3913acddc027c96bbec49ad3dcf0ae7e8105 (patch) | |
tree | 0b16a5af61fb7246feaa0fe961a55e4103ba1894 /Mk | |
parent | 5d9d34c42093be0fcebb7de94e0adc5635f95de2 (diff) | |
download | FreeBSD-ports-4d1e3913acddc027c96bbec49ad3dcf0ae7e8105.zip FreeBSD-ports-4d1e3913acddc027c96bbec49ad3dcf0ae7e8105.tar.gz |
Update to libtool 2.4
Tested by: pav (multiple -exp runs)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index dbbeb5c..70064b1 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 |