From edc467c3db65a07e5ae5632528faebea809025ae Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 8 Dec 2019 03:19:12 +0000 Subject: [PATCH] Portlint. No functional change. Approved by: portmgr (tier-2 blanket) --- security/hashcat-legacy/Makefile | 9 ++++----- 1 file 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