diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:05:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:05:55 +0000 |
commit | e943b2d596cd02d5309eff4a915f9a06d5312172 (patch) | |
tree | 6e2ec1e3def1781f3b70a388e8319d1a9c2ca207 /benchmarks | |
parent | Convert to USES=autoreconf (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=374887
Diffstat (limited to 'benchmarks')
-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} |