Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 13:40:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368373 - head/devel/autotools
Message-ID:  <201409171340.s8HDeNvC057490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171340.s8HDeNvC057490>