git: fa4b1b7d120f - main - graphics/py-colorcet: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 21:47:06 UTC
The branch main has been updated by sunpoet:

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

commit fa4b1b7d120f214a54b2db6a2a254bee9827d2ff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:30:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:36:21 +0000

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

diff --git a/graphics/py-colorcet/Makefile b/graphics/py-colorcet/Makefile
index 7a453adb220d..f527d2d70ee3 100644
--- a/graphics/py-colorcet/Makefile
+++ b/graphics/py-colorcet/Makefile
@@ -18,4 +18,6 @@ RUN_DEPENDS=	${PY_DEPENDS}
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist pytest
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>