aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-09 13:48:34 +0800
committerantoine <antoine@FreeBSD.org>2019-04-09 13:48:34 +0800
commit2fb7058af9e59b0972eefb53195943bdf6ca2f5c (patch)
tree62dc8928539ba947887199666e846e42a28153db /net-mgmt
parentde54eb24bb82c23061af045366cb6a1c68efa724 (diff)
downloadfreebsd-ports-gnome-2fb7058af9e59b0972eefb53195943bdf6ca2f5c.tar.gz
freebsd-ports-gnome-2fb7058af9e59b0972eefb53195943bdf6ca2f5c.tar.zst
freebsd-ports-gnome-2fb7058af9e59b0972eefb53195943bdf6ca2f5c.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nsca-ng/Makefile5
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