git: c858579051e6 - main - devel/py-terminaltexteffects: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 13:51:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c858579051e6d7b1b04cf680567886e9c2ef5d11 commit c858579051e6d7b1b04cf680567886e9c2ef5d11 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-30 13:12:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-30 13:38:45 +0000 devel/py-terminaltexteffects: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-terminaltexteffects/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-terminaltexteffects/Makefile b/devel/py-terminaltexteffects/Makefile index 1b04cabff8ef..a2d22ad1e5f6 100644 --- a/devel/py-terminaltexteffects/Makefile +++ b/devel/py-terminaltexteffects/Makefile @@ -16,4 +16,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.8.3:devel/py-poetry-core@${ USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk>