aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca-ng
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-09 05:48:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-09 05:48:34 +0000
commitc40df297ce413fa1fa4c654c054a9c3d773a7ee7 (patch)
tree62dc8928539ba947887199666e846e42a28153db /net-mgmt/nsca-ng
parent1452de8cd6d160b5e2f348e65f5107301fea8e98 (diff)
downloadports-c40df297ce413fa1fa4c654c054a9c3d773a7ee7.tar.gz
ports-c40df297ce413fa1fa4c654c054a9c3d773a7ee7.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498447
Diffstat (limited to 'net-mgmt/nsca-ng')
-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