net/openldap-server: Not broken with OpenSSL 1.1

Fixed with version 2.4.45 as per changelog

PR:		225878
This commit is contained in:
Bernard Spil 2018-02-15 09:50:07 +00:00
parent 29df60502b
commit 5ac32ca52d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461873

View File

@ -536,10 +536,6 @@ PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR}
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.if !${PORT_OPTIONS:MFETCH}
CONFIGURE_ARGS+= --without-fetch
.else