aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-02 16:21:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-02 16:25:55 +0000
commit22454d2ce0c82522c93cc9681885a8a72b83ae1b (patch)
tree597275e7c5cda08b9e21417841f32d48476eccf7
parent3422b762f5ff064180639f3ff87af01e5fd373c1 (diff)
downloadports-22454d2ce0c82522c93cc9681885a8a72b83ae1b.tar.gz
ports-22454d2ce0c82522c93cc9681885a8a72b83ae1b.zip
devel/py-pytest-plus: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/py-pytest-plus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-pytest-plus/Makefile b/devel/py-pytest-plus/Makefile
index 441d0c1762c6..9fd3af42af38 100644
--- a/devel/py-pytest-plus/Makefile
+++ b/devel/py-pytest-plus/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR}
USES= python:3.9+
USE_PYTHON= autoplist pep517 pytest
+NO_ARCH= yes
+
.include <bsd.port.mk>