diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-11 05:19:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-11 05:19:00 +0000 |
commit | 75a382b9c40341e7530dd5e09b529754fff02bce (patch) | |
tree | 8f966030de74f46c77ab49339c16340b3ec04763 /security/hashcat | |
parent | d57129825d5638c19ea5d03d7bede89bea233978 (diff) |
Notes
Diffstat (limited to 'security/hashcat')
-rw-r--r-- | security/hashcat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hashcat/Makefile b/security/hashcat/Makefile index 5ba5b2d9b11e..84bb1f9de5ca 100644 --- a/security/hashcat/Makefile +++ b/security/hashcat/Makefile @@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/docs/license.txt BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ gsed:textproc/gsed +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= fails to compile: compiling for big-endian architecture not supported + USE_GITHUB= yes ALL_TARGET= default |