diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-07 03:34:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-07 03:34:34 +0800 |
commit | 415e41a7e11270601776a41b7ea1382b20e6d86e (patch) | |
tree | aa88eea07edb62f37d4eae4404809c329860446f /security | |
parent | f6dffd1a2269d9e683875981c550ff0ddcea65ea (diff) | |
download | freebsd-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/Makefile | 9 |
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> |