diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-19 10:14:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-19 10:14:17 +0800 |
commit | 27c3d185684ff2b819920691fc2ed586494982fd (patch) | |
tree | fe0c4542e0039efb74c9fef911e915ece5714252 /science | |
parent | df8d8e576ed9d2846f951fcd330e0afcc095ff8e (diff) | |
download | freebsd-ports-gnome-27c3d185684ff2b819920691fc2ed586494982fd.tar.gz freebsd-ports-gnome-27c3d185684ff2b819920691fc2ed586494982fd.tar.zst freebsd-ports-gnome-27c3d185684ff2b819920691fc2ed586494982fd.zip |
science/py-PyQuante: Change to USES=2.7
Reported by: mat
Diffstat (limited to 'science')
-rw-r--r-- | science/py-PyQuante/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-PyQuante/Makefile b/science/py-PyQuante/Makefile index a49fa7eea14e..6ef7eb5940ca 100644 --- a/science/py-PyQuante/Makefile +++ b/science/py-PyQuante/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} -USES= python:2.7- +USES= python:2.7 USE_PYTHON= distutils autoplist .include <bsd.port.mk> |