git: 0c8dd0536e70 - main - security/py-spake2: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c8dd0536e703c8678a4476cc5d1019b999864f8 commit 0c8dd0536e703c8678a4476cc5d1019b999864f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:13 +0000 security/py-spake2: Add NO_ARCH Approved by: portmgr (blanket) --- security/py-spake2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-spake2/Makefile b/security/py-spake2/Makefile index 5c81c36a1edf..ca4cb9ca1484 100644 --- a/security/py-spake2/Makefile +++ b/security/py-spake2/Makefile @@ -10,4 +10,6 @@ COMMENT= SPAKE2 password-authenticated key exchange (pure python) USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>