aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-04-12 15:17:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-04-12 15:17:34 +0000
commit4220347afad5a1b9968651da7901aadbb220e5bd (patch)
tree7cdd537ed4fcda992616c8248c617aa8f766af47 /science
parent9eb8f07c0feb59c824defea7a88a6a4a4ad2b42f (diff)
downloadports-4220347afad5a1b9968651da7901aadbb220e5bd.tar.gz
ports-4220347afad5a1b9968651da7901aadbb220e5bd.zip
Notes
Diffstat (limited to 'science')
-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 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