diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2017-06-27 18:42:00 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2017-06-27 18:42:00 +0000 |
commit | 092b9762cacb0401950d8200e6fc3a721c71183f (patch) | |
tree | 77d1bf38fb15ace10e5355c96eebaa2c504b38e3 /benchmarks/iperf3/Makefile | |
parent | 5852cabf66fc81c50070ad28dbb833236a557f40 (diff) |
Notes
Diffstat (limited to 'benchmarks/iperf3/Makefile')
-rw-r--r-- | benchmarks/iperf3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index 574643600741..a6b0bc843885 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.1.7 +PORTVERSION= 3.2 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi GNU_CONFIGURE= yes -USES= libtool +USES= libtool ssl USE_LDCONFIG= yes PORTDOCS= README.md RELEASE_NOTES |