diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 18:25:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 18:25:04 +0000 |
commit | a5bee80ce4fb7f1f65014eea6f67539f4089937a (patch) | |
tree | 75524d8b4dfba0e8385592ad0bb6f6aba7f1a942 /benchmarks | |
parent | - Convert to USES=libtool (diff) |
Use default LIBTOOLIZE_ARGS
Notes
Notes:
svn path=/head/; revision=368126
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/siege/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index ff5fd86f04aa..b4f29c57d79a 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 USES= perl5 USE_OPENSSL= yes USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -LIBTOOLIZE_ARGS=--copy --force AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= PERL="${PERL}" CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \ |