aboutsummaryrefslogtreecommitdiff
path: root/math/py-benford_py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-11-09 07:22:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-11-09 07:22:43 +0000
commit5ddee886d8a81f1a47054d7a8b915d77c8b3a9d8 (patch)
tree748e306db26cfc9ee2d4d489c5accf0fcc0519d2 /math/py-benford_py
parent75a47d375a21e2d288f66c2fd4891f783da741d0 (diff)
downloadports-5ddee886d8a81f1a47054d7a8b915d77c8b3a9d8.tar.gz
ports-5ddee886d8a81f1a47054d7a8b915d77c8b3a9d8.zip
Unbreak bulk -a
Notes
Notes: svn path=/head/; revision=554680
Diffstat (limited to 'math/py-benford_py')
-rw-r--r--math/py-benford_py/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile
index 14bf8a994234..40225f875c4f 100644
--- a/math/py-benford_py/Makefile
+++ b/math/py-benford_py/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>