diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 21:40:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 21:40:22 +0800 |
commit | df907366d883217e406ac782eb034fc7759f0ef2 (patch) | |
tree | 3733759a0981a016bb13c95e80c7a550f82a5e6a | |
parent | b5ee3a20f2255f5b09ca9fbe62724005e40596bc (diff) | |
download | freebsd-ports-gnome-df907366d883217e406ac782eb034fc7759f0ef2.tar.gz freebsd-ports-gnome-df907366d883217e406ac782eb034fc7759f0ef2.tar.zst freebsd-ports-gnome-df907366d883217e406ac782eb034fc7759f0ef2.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 \ |