aboutsummaryrefslogtreecommitdiff
path: root/math/py-colormath
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:26:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:26:56 +0000
commite14d808648b5c4ffb1e44d58c6bc77720dc9ad15 (patch)
tree919101f216723b92931f0ce5f61b48dc1d648bed /math/py-colormath
parent4ff8ca9db80eec056880647f11b9edadb69934e0 (diff)
downloadports-e14d808648b5c4ffb1e44d58c6bc77720dc9ad15.tar.gz
ports-e14d808648b5c4ffb1e44d58c6bc77720dc9ad15.zip
math/py-colormath: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'math/py-colormath')
-rw-r--r--math/py-colormath/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-colormath/Makefile b/math/py-colormath/Makefile
index 48f803292d03..15c869ad2992 100644
--- a/math/py-colormath/Makefile
+++ b/math/py-colormath/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} \
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>