Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 14:09:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390232 - head/devel/thrift
Message-ID:  <201506211409.t5LE9b6N075554@svn.freebsd.org>

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



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