1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498447

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