diff options
author | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
commit | 1b0417656969bd1c326432fe019d9a6f6bf42997 (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /benchmarks | |
parent | e5874ca09869a82a5afd977e105a07506a5f15ad (diff) | |
download | freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.gz freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.zst freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.zip |
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 4cd93fc1114d..1300001a9ea9 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -13,8 +13,8 @@ COMMENT= Benchmarking tool for Web proxies LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= configure: error: OpenSSL libraries and/or directories were not found in /usr/local +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= configure: error: OpenSSL libraries and/or directories were not found in /usr/local WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |