diff options
author | ade <ade@FreeBSD.org> | 2011-02-25 14:15:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2011-02-25 14:15:44 +0800 |
commit | 4d1e3913acddc027c96bbec49ad3dcf0ae7e8105 (patch) | |
tree | 0b16a5af61fb7246feaa0fe961a55e4103ba1894 /Mk | |
parent | 5d9d34c42093be0fcebb7de94e0adc5635f95de2 (diff) | |
download | freebsd-ports-graphics-4d1e3913acddc027c96bbec49ad3dcf0ae7e8105.tar.gz freebsd-ports-graphics-4d1e3913acddc027c96bbec49ad3dcf0ae7e8105.tar.zst freebsd-ports-graphics-4d1e3913acddc027c96bbec49ad3dcf0ae7e8105.zip |
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 dbbeb5c798e..70064b1850b 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 |