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 | |
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')
-rw-r--r-- | databases/mongodb34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile index a60dfbaf5395..109564f3b5ab 100644 --- a/databases/mongodb34/Makefile +++ b/databases/mongodb34/Makefile @@ -17,8 +17,8 @@ COMMENT= Distributed document-oriented "NoSQL" database LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= no member named 'SSLv2_method' in the global namespace +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= no member named 'SSLv2_method' in the global namespace ONLY_FOR_ARCHS= amd64 aarch64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)" |