aboutsummaryrefslogtreecommitdiff
path: root/math/py-colormath
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-09-19 14:15:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-09-19 14:15:42 +0000
commit9e6683e879b2be1a8b288ef77963a436290dd963 (patch)
treeb26417547483fd103a7fe4227cf877d543f92585 /math/py-colormath
parenta905cf1e2170528ff7338047943a9ebb698c2d80 (diff)
downloadports-9e6683e879b2be1a8b288ef77963a436290dd963.tar.gz
ports-9e6683e879b2be1a8b288ef77963a436290dd963.zip
Unbreak bulk -a
Notes
Notes: svn path=/head/; revision=548989
Diffstat (limited to 'math/py-colormath')
-rw-r--r--math/py-colormath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-colormath/Makefile b/math/py-colormath/Makefile
index 9cfe5ea08ca1..eab516f9e2e7 100644
--- a/math/py-colormath/Makefile
+++ b/math/py-colormath/Makefile
@@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=1.9.1:math/py-networkx@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>