diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:09:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:09:36 +0800 |
commit | ca0ec97cad90bb224cfa2aec3a4d937f242e2867 (patch) | |
tree | 95522a2fa1ca27bbd0fcb0b12cd08e30af1f424d /devel | |
parent | 1c76637ddd34c294acff45293db5337df95ba995 (diff) | |
download | freebsd-ports-gnome-ca0ec97cad90bb224cfa2aec3a4d937f242e2867.tar.gz freebsd-ports-gnome-ca0ec97cad90bb224cfa2aec3a4d937f242e2867.tar.zst freebsd-ports-gnome-ca0ec97cad90bb224cfa2aec3a4d937f242e2867.zip |
Convert to USES=autoreconf
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 |