diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nsca-ng/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mgmt/nsca-ng/Makefile b/net-mgmt/nsca-ng/Makefile index 6d3624981909..67637e38d754 100644 --- a/net-mgmt/nsca-ng/Makefile +++ b/net-mgmt/nsca-ng/Makefile @@ -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 |