summaryrefslogtreecommitdiff
path: root/benchmarks/siege/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/siege/Makefile')
-rw-r--r--benchmarks/siege/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile
index 1df02fc8bd69..1ba9b68a8f82 100644
--- a/benchmarks/siege/Makefile
+++ b/benchmarks/siege/Makefile
@@ -1,7 +1,7 @@
# Created by: Mark Pulford <mark@kyne.com.au>
PORTNAME= siege
-PORTVERSION= 4.1.1
+PORTVERSION= 4.1.2
CATEGORIES= benchmarks www
MASTER_SITES= http://download.joedog.org/siege/ \
http://fossies.org/linux/www/
@@ -12,10 +12,12 @@ COMMENT= HTTP regression testing and benchmarking utility
LICENSE= GPLv2
USES= autoreconf libtool perl5 ssl
+
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-shared \
+ --sysconfdir=${ETCDIR} \
+ --with-ssl=${OPENSSLBASE}
CONFIGURE_ENV= PERL="${PERL}"
-CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
- --sysconfdir=${ETCDIR}
pre-configure:
@${RM} ${WRKSRC}/acinclude.m4