summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Backhaus <robbak@gmail.com>2021-08-02 08:24:15 -0700
committerXin LI <delphij@FreeBSD.org>2021-08-02 08:26:39 -0700
commit068a856800e69ed12db47f9c8cb93be8e85cb141 (patch)
treef7e3e88c40a5c2becbe827bfeb44e0e9403f8837
parentjapanese/font-hackgen{,-nerd}: Update to 2.4.1. (diff)
net/openldap24-server: Fix build with port OpenSSL
PR: ports/257559 Reported by: many
-rw-r--r--net/openldap24-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index afbf8a4a3d2d..211a6a82933b 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -511,7 +511,7 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR}
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base
+.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