aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:27:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 05:11:38 +0000
commit35f16b59242111199e09672c36c85b726f577411 (patch)
tree18a2a002fc2f2912ab8c9119d8f668a6dfe0aa10
parentc15f8ba21874f25ff3862a55a36fe1ad272242a0 (diff)
downloadports-35f16b59242111199e09672c36c85b726f577411.tar.gz
ports-35f16b59242111199e09672c36c85b726f577411.zip
devel/py-clint: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/py-clint/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile
index 42dbe5425e65..b2153396f4f2 100644
--- a/devel/py-clint/Makefile
+++ b/devel/py-clint/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:devel/py-args@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>