svn commit: r390232 - head/devel/thrift

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:09:37 UTC 2015


Author: bapt
Date: Sun Jun 21 14:09:36 2015
New Revision: 390232
URL: https://svnweb.freebsd.org/changeset/ports/390232

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/thrift/Makefile

Modified: head/devel/thrift/Makefile
==============================================================================
--- head/devel/thrift/Makefile	Sun Jun 21 14:07:03 2015	(r390231)
+++ head/devel/thrift/Makefile	Sun Jun 21 14:09:36 2015	(r390232)
@@ -12,11 +12,7 @@ COMMENT=	Framework for scalable cross-la
 
 LICENSE=	APACHE20
 
-USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake
-ACLOCAL_ARGS=	-I${WRKSRC}/aclocal
-AUTOMAKE_ARGS=	--foreign --add-missing --copy
-
-USES=			gmake libtool pkgconfig
+USES=			autoreconf gmake libtool pkgconfig
 GNU_CONFIGURE=		yes
 USE_LDCONFIG=		yes
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list