git: 2aa824b08042 - main - textproc/py-sphinx-markdown-tables: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 19:33:12 UTC
The branch main has been updated by sunpoet:

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

commit 2aa824b080424c0bc855481f78d3844624c27659
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-23 18:26:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-23 19:09:46 +0000

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

diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index 5d8854856cbf..305f4194fa03 100644
--- a/textproc/py-sphinx-markdown-tables/Makefile
+++ b/textproc/py-sphinx-markdown-tables/Makefile
@@ -18,4 +18,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils concurrent
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>