git: e67ca081bbb8 - main - devel/py-jupyter: Add NO_ARCH

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 31 Aug 2024 07:27:23 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e67ca081bbb876881aa40a69cebd66a7c87f9b15

commit e67ca081bbb876881aa40a69cebd66a7c87f9b15
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-08-31 07:26:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-31 07:26:56 +0000

    devel/py-jupyter: Add NO_ARCH
---
 devel/py-jupyter/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-jupyter/Makefile b/devel/py-jupyter/Makefile
index 057afa9c561d..53ef76de8290 100644
--- a/devel/py-jupyter/Makefile
+++ b/devel/py-jupyter/Makefile
@@ -21,4 +21,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel>0:devel/py-ipykernel@${PY_FLAVOR}
 USES=		python
 USE_PYTHON=	distutils autoplist # metaport, but it has a tarball that contains nothing essential
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>