From dfc91000a3fe35fe1adb55d12f78c840b238f5ed Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 6 Apr 2019 19:34:34 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- security/ncrack/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +.include + +.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