aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:24:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:36:57 +0000
commit4aff8c0ab754a7d569a89c0f4412ed199251083b (patch)
tree4095d1ad8b69c6c553b364cb82c44ab7f2254794
parent85d394da7f2771ddf3ec32d91f864cd374764898 (diff)
downloadports-4aff8c0ab754a7d569a89c0f4412ed199251083b.tar.gz
ports-4aff8c0ab754a7d569a89c0f4412ed199251083b.zip
devel/py-fastf1: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/py-fastf1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-fastf1/Makefile b/devel/py-fastf1/Makefile
index a38cec6c6d41..2901ba3b8a20 100644
--- a/devel/py-fastf1/Makefile
+++ b/devel/py-fastf1/Makefile
@@ -22,4 +22,6 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>