git: 24f9cd0d30ad - main - www/py-aiohttp-jinja2: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 11:56:30 UTC
The branch main has been updated by sunpoet:

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

commit 24f9cd0d30addc93834aedf6d17ec5abee323b0e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:47:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 11:47:44 +0000

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

diff --git a/www/py-aiohttp-jinja2/Makefile b/www/py-aiohttp-jinja2/Makefile
index ed9a607d7043..20406bd79d6e 100644
--- a/www/py-aiohttp-jinja2/Makefile
+++ b/www/py-aiohttp-jinja2/Makefile
@@ -17,4 +17,6 @@ USES=		cpe python
 CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist distutils cython
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>