git: f47cf2b4f861 - main - security/py-dirhash: Add NO_ARCH

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

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

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

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

diff --git a/security/py-dirhash/Makefile b/security/py-dirhash/Makefile
index 05b4b64e07c0..47f04e126751 100644
--- a/security/py-dirhash/Makefile
+++ b/security/py-dirhash/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scantree>0:devel/py-scantree@${PY_FLAVOR}
 USES=		python
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>