Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-09 05:48:34 +00:00
parent 1452de8cd6
commit c40df297ce

View file

@ -38,6 +38,11 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= cannot link with OpenSSL
BROKEN_FreeBSD_13= cannot link with OpenSSL
.endif
.if ${SSL_DEFAULT:Mlibressl*}
IGNORE= Requires PSK which is unsupported by the selected LibreSSL
.endif