diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
commit | 25b827806b76112495e2d390912f6667b7b3ce39 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /science/py-obspy | |
parent | 4064d32e36669bd57f992b0944164024af9eb84f (diff) | |
download | freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.gz freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.zst freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.zip |
Convert s* to USES=zip
Diffstat (limited to 'science/py-obspy')
-rw-r--r-- | science/py-obspy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index ac915a9b69ff..31319faf09df 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran -USE_ZIP= yes +USES= fortran zip USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes |