diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 13:33:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 13:33:40 +0000 |
commit | cb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (patch) | |
tree | 84e22e26e5e632da6b0679157a8a33da868e6582 /science/py-chainer-chemistry | |
parent | b1e90fd5c13ceea01ee009b507e5334429d4fccd (diff) | |
download | ports-cb1bf26737603c2011565c6f6d42cb0c8e4e95b5.tar.gz ports-cb1bf26737603c2011565c6f6d42cb0c8e4e95b5.zip |
Unbreak bulk -a
Notes
Notes:
svn path=/head/; revision=520330
Diffstat (limited to 'science/py-chainer-chemistry')
-rw-r--r-- | science/py-chainer-chemistry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-chainer-chemistry/Makefile b/science/py-chainer-chemistry/Makefile index 4a3e6ca29a55..faef1243c7cf 100644 --- a/science/py-chainer-chemistry/Makefile +++ b/science/py-chainer-chemistry/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes |