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 /databases/mongodb34-tools/Makefile | |
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 'databases/mongodb34-tools/Makefile')
-rw-r--r-- | databases/mongodb34-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb34-tools/Makefile b/databases/mongodb34-tools/Makefile index ad9a1a1dc314..c0d45bbbbf4b 100644 --- a/databases/mongodb34-tools/Makefile +++ b/databases/mongodb34-tools/Makefile @@ -10,8 +10,8 @@ COMMENT= Tools for MongoDB LICENSE= APACHE20 -BROKEN_SSL= openssl-devel libressl libressl-devel -BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') +BROKEN_SSL= openssl111 libressl libressl-devel +BROKEN_SSL_REASON_openssl111= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') BROKEN_SSL_REASON_libressl= could not determine kind of name for C.EVP_sha BROKEN_SSL_REASON_libressl-devel= ${BROKEN_SSL_REASON_libressl} |