diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:05:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:05:55 +0800 |
commit | b10341e98af65d2932dd41d6b4e124873009631e (patch) | |
tree | 6e2ec1e3def1781f3b70a388e8319d1a9c2ca207 /benchmarks/siege | |
parent | 22f3ce7cc4bedb3482f113166c7a34517a869fda (diff) | |
download | freebsd-ports-gnome-b10341e98af65d2932dd41d6b4e124873009631e.tar.gz freebsd-ports-gnome-b10341e98af65d2932dd41d6b4e124873009631e.tar.zst freebsd-ports-gnome-b10341e98af65d2932dd41d6b4e124873009631e.zip |
Convert to USES=autoreconf
Diffstat (limited to 'benchmarks/siege')
-rw-r--r-- | benchmarks/siege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index b4f29c57d79a..4519ef44a64c 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -12,10 +12,9 @@ COMMENT= HTTP regression testing and benchmarking utility LICENSE= GPLv2 -USES= perl5 +USES= autoreconf libtool perl5 USE_OPENSSL= yes -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy +GNU_CONFIGURE= yes CONFIGURE_ENV= PERL="${PERL}" CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \ --sysconfdir=${ETCDIR} |