git: 4b4e1369b719 - main - astro/py-astropy-iers-data: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:09:51 UTC
The branch main has been updated by sunpoet:

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

commit 4b4e1369b7194e801752a0f3f3609aec055c27d5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:33:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:18 +0000

    astro/py-astropy-iers-data: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 astro/py-astropy-iers-data/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/astro/py-astropy-iers-data/Makefile b/astro/py-astropy-iers-data/Makefile
index 0657188e877c..fd3cde25629e 100644
--- a/astro/py-astropy-iers-data/Makefile
+++ b/astro/py-astropy-iers-data/Makefile
@@ -19,4 +19,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 USES=		python
 USE_PYTHON=	autoplist pep517
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>