diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
commit | 8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /science/py-obspy | |
parent | ae7708b169aa040d2d1177a4ca193ed6a8d60e5d (diff) | |
download | ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.tar.gz ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.zip |
Convert s* to USES=zip
Notes
Notes:
svn path=/head/; revision=347784
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 |