diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 12:15:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 12:15:49 +0800 |
commit | 69432e56df17acca57c7bc1fbe7de8640e10d768 (patch) | |
tree | ded06bd11482cbd54559aa2c9319d5ebf91e956d /security/john/Makefile | |
parent | 9a9ad2375caadc73de51a45ba3814222681039ad (diff) | |
download | freebsd-ports-gnome-69432e56df17acca57c7bc1fbe7de8640e10d768.tar.gz freebsd-ports-gnome-69432e56df17acca57c7bc1fbe7de8640e10d768.tar.zst freebsd-ports-gnome-69432e56df17acca57c7bc1fbe7de8640e10d768.zip |
Mark broken on arm64 and mips64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 3 |
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 |