diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thrift/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index acc4d6e8e8cf..54cedbcda3c2 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -12,11 +12,7 @@ COMMENT= Framework for scalable cross-language services development 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 |