diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-12-08 03:19:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-12-08 03:19:12 +0000 |
commit | edc467c3db65a07e5ae5632528faebea809025ae (patch) | |
tree | d9151a6ce99e166d9c59346cf670314baa5e022f /security | |
parent | 71a3581b9c93ab69a2ade28a11986abda4772c15 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/hashcat-legacy/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/hashcat-legacy/Makefile b/security/hashcat-legacy/Makefile index 413d479b3989..607b8d1b754e 100644 --- a/security/hashcat-legacy/Makefile +++ b/security/hashcat-legacy/Makefile @@ -12,17 +12,16 @@ COMMENT= Advanced CPU-based password recovery utility LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= uses amd64 instructions + LIB_DEPENDS= libgmp.so:math/gmp USE_GITHUB= yes GH_ACCOUNT= hashcat -USE_GCC= any - USES= gmake - -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= uses amd64 instructions +USE_GCC= any ALL_TARGET= posix64 posixXOP |