diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-21 16:54:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-21 16:54:58 +0800 |
commit | 8dc282523e5a3ee2bf5cc9717adfa20d6c6e0f65 (patch) | |
tree | 7a0fd35daae4ae9202db4460c219882d5a6805c3 /security | |
parent | 2948c2b33f8b9a33f39dc02d67c3614e2fa65ef9 (diff) | |
download | freebsd-ports-gnome-8dc282523e5a3ee2bf5cc9717adfa20d6c6e0f65.tar.gz freebsd-ports-gnome-8dc282523e5a3ee2bf5cc9717adfa20d6c6e0f65.tar.zst freebsd-ports-gnome-8dc282523e5a3ee2bf5cc9717adfa20d6c6e0f65.zip |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/1password-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |