git: 9dd933b45491 - main - security/py-aiohttp-security: Add NO_ARCH

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

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

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

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

diff --git a/security/py-aiohttp-security/Makefile b/security/py-aiohttp-security/Makefile
index 025534517116..34bb8c6cbae7 100644
--- a/security/py-aiohttp-security/Makefile
+++ b/security/py-aiohttp-security/Makefile
@@ -18,4 +18,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>