svn commit: r368373 - head/devel/autotools

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 17 13:40:23 UTC 2014


Author: tijl
Date: Wed Sep 17 13:40:22 2014
New Revision: 368373
URL: http://svnweb.freebsd.org/changeset/ports/368373
QAT: https://qat.redports.org/buildarchive/r368373/

Log:
  Require libtoolize instead of libtool

Modified:
  head/devel/autotools/Makefile

Modified: head/devel/autotools/Makefile
==============================================================================
--- head/devel/autotools/Makefile	Wed Sep 17 13:34:41 2014	(r368372)
+++ head/devel/autotools/Makefile	Wed Sep 17 13:40:22 2014	(r368373)
@@ -13,7 +13,7 @@ DISTFILES=	# none
 MAINTAINER=	autotools at 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 \


More information about the svn-ports-head mailing list