From df907366d883217e406ac782eb034fc7759f0ef2 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 17 Sep 2014 13:40:22 +0000 Subject: Require libtoolize instead of libtool --- devel/autotools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 81f663277ac3..1d62f20e813d 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -13,7 +13,7 @@ DISTFILES= # none MAINTAINER= autotools@FreeBSD.org COMMENT= Autotools meta-port -RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ +RUN_DEPENDS= libtoolize:${PORTSDIR}/devel/libtool \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ autoconf-2.69:${PORTSDIR}/devel/autoconf \ automake-1.4:${PORTSDIR}/devel/automake14 \ -- cgit