summaryrefslogtreecommitdiff
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /benchmarks/sipp
parentsysutils/bbcp: 20120520 -> 20150113 (diff)
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 6c18dd6a4983..c26d55418912 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sipp
PORTVERSION= 3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= sipp/sipp/${PORTVERSION}
@@ -52,6 +52,7 @@ PLIST_FILES+= %%DATADIR%%/pcap/${f}
.if ${PORT_OPTIONS:MOPENSSL}
+USE_OPENSSL= yes
.if ${PORT_OPTIONS:MPCAPPLAY}
ALL_TARGET= pcapplay_ossl
.else