git: 4d379d355470 - main - security/py-bitbox02: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d379d3554705b6a9ac6b227889a996cf9a04502 commit 4d379d3554705b6a9ac6b227889a996cf9a04502 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:07:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:07:36 +0000 security/py-bitbox02: Add NO_ARCH Approved by: portmgr (blanket) --- security/py-bitbox02/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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>