aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-08 04:15:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-08 04:15:49 +0000
commit1e11965e5b9952a74aa860029d0d8bf463cadfca (patch)
treeded06bd11482cbd54559aa2c9319d5ebf91e956d /security/john
parentd20f14cf5635a425dcfa5f2a2cf76b928e18d949 (diff)
downloadports-1e11965e5b9952a74aa860029d0d8bf463cadfca.tar.gz
ports-1e11965e5b9952a74aa860029d0d8bf463cadfca.zip
Mark broken on arm64 and mips64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=425682
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index 8e1abd1c6df6..414055419a96 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -15,6 +15,9 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
+BROKEN_arm64= Fails to build: Cannot detect CPU architechture
+BROKEN_mips64= Fails to build: Cannot detect CPU architechture
+
USES= gmake shebangfix ssl tar:bzip2
SHEBANG_FILES= run/*.pl
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src