diff options
author | Alex Dupre <ale@FreeBSD.org> | 2022-04-20 08:12:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2022-04-20 08:12:48 +0000 |
commit | 26ce97ffcae07da02521e139da2b015d6b73ddf3 (patch) | |
tree | e9fedaf8023d32cc12bc30eed3c1f03fe7b03cc9 /security | |
parent | 0a8becf43aba903cb0be45c4a05eefcd39c0080c (diff) |
security/pkcs11-gateway: don't try to build it on arm
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-gateway/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |