aboutsummaryrefslogtreecommitdiff
path: root/security/john
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-05-03 21:06:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-05-03 21:06:51 +0000
commit922dee671e2e111408aede429ebf504e03c94cc6 (patch)
tree5bfa656790b7b4a3ad060d826ccb3804b9d8794f /security/john
parent2324ce8be9e5285ce168f5c633c20b47616814d5 (diff)
downloadports-922dee671e2e111408aede429ebf504e03c94cc6.tar.gz
ports-922dee671e2e111408aede429ebf504e03c94cc6.zip
These ports now build on aarch64.
Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run
Notes
Notes: svn path=/head/; revision=500752
Diffstat (limited to 'security/john')
-rw-r--r--security/john/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile
index d00a8b7a0a15..b78df23340d6 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -16,11 +16,10 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
-LIB_DEPENDS= libgmp.so:math/gmp
-
-BROKEN_aarch64= cannot detect CPU architecture
BROKEN_mips64= cannot detect CPU architecture
+LIB_DEPENDS= libgmp.so:math/gmp
+
USES= gmake shebangfix ssl tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS_EXTRA="-DJOHN_SYSTEMWIDE=1" \