From 592c5f7a6f8886ad4f9098b77309ea1d8eecc2bb Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 21 Dec 2017 08:54:58 +0000 Subject: [PATCH] The ARCH value of 'arm' is only for arm v4/v5 which are antique. Let's try to let it build on aarch64 instead. Approved by: portmgr (tier-2 blanket) --- security/1password-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/1password-client/Makefile b/security/1password-client/Makefile index 68705df8ad74..d35128ff212f 100644 --- a/security/1password-client/Makefile +++ b/security/1password-client/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ MAINTAINER= adamw@FreeBSD.org COMMENT= 1Password CLI client -ONLY_FOR_ARCHS= amd64 arm i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= zip NO_WRKSUBDIR= yes