git: 15f90f6ccbef - main - graphics/py-rich-pixels: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15f90f6ccbefad4da31d3fed234694742646b51f commit 15f90f6ccbefad4da31d3fed234694742646b51f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:34 +0000 graphics/py-rich-pixels: Add NO_ARCH Approved by: portmgr (blanket) --- graphics/py-rich-pixels/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-rich-pixels/Makefile b/graphics/py-rich-pixels/Makefile index 9f8e55e94f4e..08b799f35d2c 100644 --- a/graphics/py-rich-pixels/Makefile +++ b/graphics/py-rich-pixels/Makefile @@ -23,4 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=3.0.0:textproc/py-markdown-i USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk>