diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 13:40:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 13:40:22 +0000 |
commit | f97ded7f6b360f47be9193e6da3f8a16cd048238 (patch) | |
tree | 3733759a0981a016bb13c95e80c7a550f82a5e6a | |
parent | d85123353f5e33268dd689184394193259f17880 (diff) | |
download | freebsd-ports-f97ded7f6b360f47be9193e6da3f8a16cd048238.zip |
Require libtoolize instead of libtool
-rw-r--r-- | devel/autotools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |