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)
This commit is contained in:
parent
e833b0b1f2
commit
592c5f7a6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456893
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user