diff options
author | rm <rm@FreeBSD.org> | 2013-07-22 20:44:32 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-07-22 20:44:32 +0800 |
commit | d138ba2e84c88310165a4c277d01dc5bcf78e669 (patch) | |
tree | 8be7a5c124b189da9f42e28312e8c979ca90cda7 /science | |
parent | efab03310a53a5db7e6b9669bfe4dab2f43455d3 (diff) | |
download | freebsd-ports-gnome-d138ba2e84c88310165a4c277d01dc5bcf78e669.tar.gz freebsd-ports-gnome-d138ba2e84c88310165a4c277d01dc5bcf78e669.tar.zst freebsd-ports-gnome-d138ba2e84c88310165a4c277d01dc5bcf78e669.zip |
- let it build with python3 too
Both python2 and python3 are supported according to official
documentation and setup.py
PR: 180465
Submitted by: nwhitehorn
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scipy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 0295384cf450..702ee1fb0c8b 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -26,7 +26,7 @@ LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options USE_FORTRAN= yes -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE |