git: 02e5186f2a51 - main - devel/py-PyExecJS: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 11:24:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=02e5186f2a51de6c9cccb1f402c49abee679eadf commit 02e5186f2a51de6c9cccb1f402c49abee679eadf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-10-06 10:21:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-10-06 10:21:41 +0000 devel/py-PyExecJS: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-PyExecJS/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-PyExecJS/Makefile b/devel/py-PyExecJS/Makefile index c0be7f28514b..27f41323eec1 100644 --- a/devel/py-PyExecJS/Makefile +++ b/devel/py-PyExecJS/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + OPTIONS_GROUP= RUNTIME OPTIONS_GROUP_RUNTIME= NODE SPIDERMONKEY NODE_DESC= Use www/node as JavaScript backend