diff options
Diffstat (limited to 'databases/mongodb34-tools')
-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} |