git: f985b6cc29bb - main - textproc/py-mako: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:35:27 UTC
The branch main has been updated by sunpoet:

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

commit f985b6cc29bbf86a497ae57dc9004c02762637d3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:56:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:22:36 +0000

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

diff --git a/textproc/py-mako/Makefile b/textproc/py-mako/Makefile
index 84a1a4172caf..458ef16a0992 100644
--- a/textproc/py-mako/Makefile
+++ b/textproc/py-mako/Makefile
@@ -21,4 +21,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker@${PY_FLAVOR} \
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>