git: 6fb0f1f40fd7 - main - www/py-turbogears2: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 29 May 2025 04:53:31 UTC
The branch main has been updated by sunpoet:

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

commit 6fb0f1f40fd7bcfd9a56fd4bec035a05e092a963
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-29 04:44:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-29 04:52:27 +0000

    www/py-turbogears2: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 www/py-turbogears2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-turbogears2/Makefile b/www/py-turbogears2/Makefile
index 3fc931bdc2a7..d8851be6ab20 100644
--- a/www/py-turbogears2/Makefile
+++ b/www/py-turbogears2/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}crank>=0:devel/py-crank@${PY_FLAVOR} \
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>