diff options
author | mva <mva@FreeBSD.org> | 2014-06-15 16:23:19 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-15 16:23:19 +0800 |
commit | 385155108941825e14f6a234eb84ffc9fe6814bc (patch) | |
tree | 209350e76537afecde7b8677a038a60ca5ad8375 /science/py-obspy | |
parent | e997d57dfee278b456c41208daf0537238a200b9 (diff) | |
download | freebsd-ports-gnome-385155108941825e14f6a234eb84ffc9fe6814bc.tar.gz freebsd-ports-gnome-385155108941825e14f6a234eb84ffc9fe6814bc.tar.zst freebsd-ports-gnome-385155108941825e14f6a234eb84ffc9fe6814bc.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
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 |