git: 9342d043f150 - main - textproc/xml2rfc: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 31 Mar 2024 03:43:22 UTC
The branch main has been updated by sunpoet:

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

commit 9342d043f150f4240371a16872899db490b83ba5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:10:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:10:25 +0000

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

diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile
index cbe7d42daa1d..3d9fd7b7d546 100644
--- a/textproc/xml2rfc/Makefile
+++ b/textproc/xml2rfc/Makefile
@@ -27,4 +27,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=4.9.0:devel/py-lxml@${PY_FLAVOR} \
 USES=		python
 USE_PYTHON=	distutils autoplist concurrent optsuffix
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>