diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 16:07:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 16:07:36 +0000 |
commit | 4d379d3554705b6a9ac6b227889a996cf9a04502 (patch) | |
tree | 17dd5609f15eb8096a1f3101fe264e785a46a6f1 | |
parent | 995d6405962cbba04e960bd4b8e5768efb8b54be (diff) |
security/py-bitbox02: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | security/py-bitbox02/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-bitbox02/Makefile b/security/py-bitbox02/Makefile index 5e97cacbfff9..ebd28be95ecf 100644 --- a/security/py-bitbox02/Makefile +++ b/security/py-bitbox02/Makefile @@ -21,4 +21,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}base58>=2.0.0:security/py-base58@${PY_FLAVOR USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk> |