View | Details | Raw Unified | Return to bug 257559
Collapse All | Expand All

(-)b/net/openldap24-server/Makefile (-1 / +1 lines)
Lines 509-515 PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} Link Here
509
509
510
.include <bsd.port.pre.mk>
510
.include <bsd.port.pre.mk>
511
511
512
.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base
512
.if ${PORT_OPTIONS:MFETCH} && ( defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != basea )
513
BROKEN=	using OpenSSL from ports and OPTION FETCH together is not supported
513
BROKEN=	using OpenSSL from ports and OPTION FETCH together is not supported
514
. endif
514
. endif
515
515

Return to bug 257559