git: 2a019210264d - main - databases/py-dbt-core: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 17:24:26 UTC
The branch main has been updated by sunpoet:

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

commit 2a019210264dad09224a1c1fbdce6847a99e0b9a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:31 +0000

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

diff --git a/databases/py-dbt-core/Makefile b/databases/py-dbt-core/Makefile
index b41276fdbef3..ffcee7f5144d 100644
--- a/databases/py-dbt-core/Makefile
+++ b/databases/py-dbt-core/Makefile
@@ -39,4 +39,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}agate>=1.7,<2:textproc/py-agate@${PY_FLAVOR}
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>