aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:53 +0000
commit1bc7cb9cad629bd882f26e6bb76d70dc4a289c6e (patch)
tree782eab73f549ff77181a4adaafd92057b3b33834 /security/john
parent3e53fec47c44c437008795c759790ee79e86e08b (diff)
downloadports-1bc7cb9cad629bd882f26e6bb76d70dc4a289c6e.tar.gz
ports-1bc7cb9cad629bd882f26e6bb76d70dc4a289c6e.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=462141
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index 56b8ddefe075..ad4e541062f5 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -15,6 +15,8 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libgmp.so:math/gmp
BROKEN_aarch64= Fails to build: Cannot detect CPU architechture
@@ -69,12 +71,6 @@ post-patch:
${WRKSRC}/opencl_keychain_fmt_plug.c \
${WRKSRC}/ssh_ng_fmt_plug.c
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
do-install:
.for b in ${BINARIES}
${INSTALL_PROGRAM} ${WRKSRC}/../run/${b} ${STAGEDIR}${PREFIX}/bin
@@ -94,4 +90,4 @@ do-install-DOCS-on:
@${RM} ${WRKSRC}/../doc/COPYING
${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>