diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 08:23:19 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 08:23:19 +0000 |
commit | 2882803ebf2c19eac6351fdc579e063585770583 (patch) | |
tree | 209350e76537afecde7b8677a038a60ca5ad8375 /science/py-obspy | |
parent | - Enable stagedir support (diff) |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=357837
Diffstat (limited to 'science/py-obspy')
-rw-r--r-- | science/py-obspy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index d5ce3c276694..678e012d94b0 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,6 +3,7 @@ PORTNAME= obspy PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,9 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fortran zip USE_LDCONFIG= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYEASYINSTALL_ARCHDEP= yes post-patch: ${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py |