diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 6146a8c82b34..3b72dc62fd46 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -509,7 +509,7 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} .include -.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base +.if ${PORT_OPTIONS:MFETCH} && ( defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != basea ) BROKEN= using OpenSSL from ports and OPTION FETCH together is not supported . endif