mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
net/openldap24-server: Fix build with port OpenSSL
PR: ports/257559 Reported by: many
This commit is contained in:
parent
a2c4df4bf7
commit
068a856800
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user