aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-netCDF4
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-15 15:00:46 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-15 15:00:46 +0800
commitde8f4226f4fdba3ceab1926224838be2587163e0 (patch)
tree960a557123f230aca951d7c2f2133419f5e4e270 /science/py-netCDF4
parent01a7b31527a5764bdc03d41afd700474f47d5484 (diff)
downloadfreebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.gz
freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.zst
freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.zip
- Bump PORTREVISION for science/hdf5-18 shlib change
Diffstat (limited to 'science/py-netCDF4')
-rw-r--r--science/py-netCDF4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile
index bb73134f75d5..48cd2a314525 100644
--- a/science/py-netCDF4/Makefile
+++ b/science/py-netCDF4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= netCDF4
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= http://netcdf4-python.googlecode.com/files/ \
CHEESESHOP
@@ -17,7 +18,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 \
+LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 \
netcdf.7:${PORTSDIR}/science/netcdf4
USE_PYTHON= 2.5+