git: a7a14a291d12 - main - security/py-noiseprotocol: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7a14a291d12eaf514bfc4396b9da7037cdcee6c commit a7a14a291d12eaf514bfc4396b9da7037cdcee6c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:07:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:07:39 +0000 security/py-noiseprotocol: Add NO_ARCH Approved by: portmgr (blanket) --- security/py-noiseprotocol/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-noiseprotocol/Makefile b/security/py-noiseprotocol/Makefile index d0b81b50fce9..c1b1b967528e 100644 --- a/security/py-noiseprotocol/Makefile +++ b/security/py-noiseprotocol/Makefile @@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@$ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>