git: 569c456802ef - main - devel/py-aiohttp-apispec: Add NO_ARCH

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

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

commit 569c456802efe0233fe5f868d79679ad53430b12
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:46:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 11:47:42 +0000

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

diff --git a/devel/py-aiohttp-apispec/Makefile b/devel/py-aiohttp-apispec/Makefile
index 1537447a65e9..53e366b087fa 100644
--- a/devel/py-aiohttp-apispec/Makefile
+++ b/devel/py-aiohttp-apispec/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>