diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 21:33:40 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-17 21:33:40 +0800 |
commit | cb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (patch) | |
tree | 84e22e26e5e632da6b0679157a8a33da868e6582 /science/py-oddt | |
parent | b1e90fd5c13ceea01ee009b507e5334429d4fccd (diff) | |
download | freebsd-ports-gnome-cb1bf26737603c2011565c6f6d42cb0c8e4e95b5.tar.gz freebsd-ports-gnome-cb1bf26737603c2011565c6f6d42cb0c8e4e95b5.tar.zst freebsd-ports-gnome-cb1bf26737603c2011565c6f6d42cb0c8e4e95b5.zip |
Unbreak bulk -a
Diffstat (limited to 'science/py-oddt')
-rw-r--r-- | science/py-oddt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-oddt/Makefile b/science/py-oddt/Makefile index e61464c402bd..67b7507cf49c 100644 --- a/science/py-oddt/Makefile +++ b/science/py-oddt/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.5+ USE_GITHUB= yes USE_PYTHON= distutils concurrent autoplist |