git: 26ce97ffcae0 - main - security/pkcs11-gateway: don't try to build it on arm

From: Alex Dupre <ale_at_FreeBSD.org>
Date: Wed, 20 Apr 2022 08:13:34 UTC
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26ce97ffcae07da02521e139da2b015d6b73ddf3

commit 26ce97ffcae07da02521e139da2b015d6b73ddf3
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2022-04-20 08:12:48 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2022-04-20 08:12:48 +0000

    security/pkcs11-gateway: don't try to build it on arm
---
 security/pkcs11-gateway/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/pkcs11-gateway/Makefile b/security/pkcs11-gateway/Makefile
index d63a00325f0a..6a82e6149b19 100644
--- a/security/pkcs11-gateway/Makefile
+++ b/security/pkcs11-gateway/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Wrapper Cryptoki library to use Linux PKCS\#11 modules
 
 LICENSE=	LGPL20
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 USES=		linux
 
 OPTIONS_DEFINE=	DOCS