diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-12 03:15:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-12 03:15:15 +0800 |
commit | 745738a34009b25a146587245842fc19ddf5916c (patch) | |
tree | 5ac5d262f1b88f7b3b82b3f1ddc6ca3a2cea8777 | |
parent | eda2e2c23fc617c13855f8637c0d4a5b218e55c3 (diff) | |
download | freebsd-ports-gnome-745738a34009b25a146587245842fc19ddf5916c.tar.gz freebsd-ports-gnome-745738a34009b25a146587245842fc19ddf5916c.tar.zst freebsd-ports-gnome-745738a34009b25a146587245842fc19ddf5916c.zip |
science/py-qutip: revert accidental python change
-rw-r--r-- | devel/py-qutip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile index 3c19d194ed03..eb6deffedceb 100644 --- a/devel/py-qutip/Makefile +++ b/devel/py-qutip/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.15:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils cython cython_run autoplist do-test: |