aboutsummaryrefslogtreecommitdiff
path: root/security/ncrack/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:34:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 19:34:34 +0000
commitdfc91000a3fe35fe1adb55d12f78c840b238f5ed (patch)
treeaa88eea07edb62f37d4eae4404809c329860446f /security/ncrack/Makefile
parent88a7cda9bd41c3fe6d5b7463cc8f6f2167c635a1 (diff)
downloadports-dfc91000a3fe35fe1adb55d12f78c840b238f5ed.tar.gz
ports-dfc91000a3fe35fe1adb55d12f78c840b238f5ed.zip
Notes
Diffstat (limited to 'security/ncrack/Makefile')
-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>