diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:17:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:17:34 +0800 |
commit | 878cb23cb17f4f60314affdc726cb8f269feaa5a (patch) | |
tree | 2bed523c875211e8d1d257af961a72fe47160d79 /science | |
parent | 9cd803b337d6ad789e460dddf0729998d53417d7 (diff) | |
download | freebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.tar.gz freebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.tar.zst freebsd-ports-gnome-878cb23cb17f4f60314affdc726cb8f269feaa5a.zip |
- Bump PORTREVISION for science/netcdf4 shlib change
Diffstat (limited to 'science')
-rw-r--r-- | science/py-netCDF4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile index 10716e1d977d..71b9eb572c54 100644 --- a/science/py-netCDF4/Makefile +++ b/science/py-netCDF4/Makefile @@ -7,6 +7,7 @@ PORTNAME= netCDF4 PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://netcdf4-python.googlecode.com/files/ \ CHEESESHOP @@ -18,7 +19,7 @@ COMMENT= Python Interface to the NetCDF Library(versions 3 and 4) BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= hdf5.6:${PORTSDIR}/science/hdf5-18 \ - netcdf.6:${PORTSDIR}/science/netcdf4 + netcdf.7:${PORTSDIR}/science/netcdf4 USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes |