summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/openldap25-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile
index 182728977812..3b87457cf290 100644
--- a/net/openldap25-server/Makefile
+++ b/net/openldap25-server/Makefile
@@ -318,6 +318,10 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR}
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base
+BROKEN= Requires OpenSSL 1.1.1+
+.endif
+
.if ${PORT_OPTIONS:MFETCH} && (defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base)
BROKEN= using OpenSSL from ports and OPTION FETCH together is not supported
. endif