git: 1ab18d3af6df - main - devel/py-pytest-markdown: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 May 2023 16:29:48 UTC
The branch main has been updated by sunpoet:

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

commit 1ab18d3af6dffbcd8aa24953839e0bd0c5b680e9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-02 16:21:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-02 16:25:55 +0000

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

diff --git a/devel/py-pytest-markdown/Makefile b/devel/py-pytest-markdown/Makefile
index 259979ffb83c..207e5d7b8a95 100644
--- a/devel/py-pytest-markdown/Makefile
+++ b/devel/py-pytest-markdown/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR} \
 USES=		python:3.7+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>