diff options
author | mezz <mezz@FreeBSD.org> | 2009-08-19 10:26:27 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-08-19 10:26:27 +0800 |
commit | eda6983d0d8d49a1e4d192af14e49b41c83fd2c6 (patch) | |
tree | 2f6236537c8504c533795e71b87551df18ea0e52 | |
parent | 2cd6a73ced55d973cd972cddc681ea1690b225f5 (diff) | |
download | freebsd-ports-gnome-eda6983d0d8d49a1e4d192af14e49b41c83fd2c6.tar.gz freebsd-ports-gnome-eda6983d0d8d49a1e4d192af14e49b41c83fd2c6.tar.zst freebsd-ports-gnome-eda6983d0d8d49a1e4d192af14e49b41c83fd2c6.zip |
Add libtool>=2.2, that way it will stop from anyone to try to install any
ports that are with libtool22 while users have libtool15 installed. It will
stop the check dependency and tell you to update your libtool first.
Approved by: portmgr
-rw-r--r-- | Mk/bsd.autotools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index e09fcaea8fe1..7e9eabd4a4ed 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -205,7 +205,7 @@ LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4 LTMAIN= ${LIBTOOL_SHAREDIR}/config/ltmain.sh LIBTOOL_VARS= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} LIBTOOL_M4=${LIBTOOL_M4} -LIBTOOL_DEPENDS= ${LIBTOOL}:${PORTSDIR}/devel/libtool${LIBTOOL_VERSION} +LIBTOOL_DEPENDS= libtool>=2.2:${PORTSDIR}/devel/libtool${LIBTOOL_VERSION} BUILD_DEPENDS+= ${LIBTOOL_DEPENDS} LIBTOOLFLAGS?= # default to empty |