git: db265991f85a - main - science/py-emmet-core: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 19:10:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=db265991f85a3dc24a9c960a0ea3f07b296ce200 commit db265991f85a3dc24a9c960a0ea3f07b296ce200 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 19:10:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 19:10:04 +0000 science/py-emmet-core: Add NO_ARCH Approved by: portmgr (blanket) --- science/py-emmet-core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/py-emmet-core/Makefile b/science/py-emmet-core/Makefile index bda54fa682d2..aacaed46cc89 100644 --- a/science/py-emmet-core/Makefile +++ b/science/py-emmet-core/Makefile @@ -21,4 +21,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}monty>=2021.3:devel/py-monty@${PY_FLAVOR} \ USES= python USE_PYTHON= distutils autoplist pytest +NO_ARCH= yes + .include <bsd.port.mk>