security/ncrack: mark broken for FreeBSD-11 with base OpenSSL

OpenSSL versions before 1.0 do not provide all required functions in
libcrypto. On FreeBSD-11 the ports version of OpenSSL is required to
build this port.
This commit is contained in:
Stefan Eßer 2021-05-05 12:35:40 +02:00
parent e6405ffd88
commit a523e531cd

View File

@ -19,4 +19,10 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_11= OpenSSL > 1.0 required
.endif
.include <bsd.port.post.mk>