Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 19:33:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366253 - head/devel/thrift
Message-ID:  <201408261933.s7QJXWK6069620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 26 19:33:32 2014
New Revision: 366253
URL: http://svnweb.freebsd.org/changeset/ports/366253
QAT: https://qat.redports.org/buildarchive/r366253/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/devel/thrift/Makefile

Modified: head/devel/thrift/Makefile
==============================================================================
--- head/devel/thrift/Makefile	Tue Aug 26 19:25:53 2014	(r366252)
+++ head/devel/thrift/Makefile	Tue Aug 26 19:33:32 2014	(r366253)
@@ -13,11 +13,11 @@ COMMENT=	Framework for scalable cross-la
 
 LICENSE=	APACHE20
 
-USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake libtool
+USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake
 ACLOCAL_ARGS=	-I${WRKSRC}/aclocal
 AUTOMAKE_ARGS=	--foreign --add-missing --copy
 
-USES=			pkgconfig gmake
+USES=			gmake libtool pkgconfig
 GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
 MAKE_JOBS_UNSAFE=	yes



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