git: 441c23d9f825 - main - science/py-mp-api: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 19:10:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=441c23d9f825478598153b8942fe260809e9962e commit 441c23d9f825478598153b8942fe260809e9962e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 19:10:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 19:10:05 +0000 science/py-mp-api: Add NO_ARCH Approved by: portmgr (blanket) --- science/py-mp-api/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/py-mp-api/Makefile b/science/py-mp-api/Makefile index 8a62c63bc37c..fb894efd1196 100644 --- a/science/py-mp-api/Makefile +++ b/science/py-mp-api/Makefile @@ -29,4 +29,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ USES= python USE_PYTHON= pep517 autoplist pytest +NO_ARCH= yes + .include <bsd.port.mk>