aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-07 03:34:34 +0800
committerantoine <antoine@FreeBSD.org>2019-04-07 03:34:34 +0800
commit415e41a7e11270601776a41b7ea1382b20e6d86e (patch)
treeaa88eea07edb62f37d4eae4404809c329860446f /security
parentf6dffd1a2269d9e683875981c550ff0ddcea65ea (diff)
downloadfreebsd-ports-gnome-415e41a7e11270601776a41b7ea1382b20e6d86e.tar.gz
freebsd-ports-gnome-415e41a7e11270601776a41b7ea1382b20e6d86e.tar.zst
freebsd-ports-gnome-415e41a7e11270601776a41b7ea1382b20e6d86e.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Diffstat (limited to 'security')
-rw-r--r--security/ncrack/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile
index 483ec4c666d5..c9c7ac46d3f5 100644
--- a/security/ncrack/Makefile
+++ b/security/ncrack/Makefile
@@ -20,4 +20,11 @@ LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library
+BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library
+.endif
+
+.include <bsd.port.post.mk>