svn commit: r366253 - head/devel/thrift

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 26 19:33:33 UTC 2014


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


More information about the svn-ports-all mailing list