Date: Sun, 8 Dec 2019 03:19:12 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519270 - head/security/hashcat-legacy Message-ID: <201912080319.xB83JCQD076453@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Dec 8 03:19:12 2019 New Revision: 519270 URL: https://svnweb.freebsd.org/changeset/ports/519270 Log: Portlint. No functional change. Approved by: portmgr (tier-2 blanket) Modified: head/security/hashcat-legacy/Makefile Modified: head/security/hashcat-legacy/Makefile ============================================================================== --- head/security/hashcat-legacy/Makefile Sun Dec 8 02:00:51 2019 (r519269) +++ head/security/hashcat-legacy/Makefile Sun Dec 8 03:19:12 2019 (r519270) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912080319.xB83JCQD076453>