aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:24:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:26:02 +0000
commit650b8b7511315f71a83ccbd9bffc6760ae369d42 (patch)
tree963e175fba834cc7b8c85cfcf37769e2a2b046ab
parentbddc13cd059e3f1f5c87c26cef9f70dbbcb9f810 (diff)
downloadports-650b8b7511315f71a83ccbd9bffc6760ae369d42.tar.gz
ports-650b8b7511315f71a83ccbd9bffc6760ae369d42.zip
devel/py-mashumaro: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/py-mashumaro/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile
index 7931d7e14c4e..a01900ae5257 100644
--- a/devel/py-mashumaro/Makefile
+++ b/devel/py-mashumaro/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-ext
USES= python
USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>