diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-15 07:00:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-15 07:00:46 +0000 |
commit | d3ddb2e80f764e8371a2b0da8b11fe404c2277c9 (patch) | |
tree | dd0ca304f90628f5e904f45f3d9bffdc11d6ef67 /science/cdo | |
parent | ac46a8747aa04de7a3e8da5d601cf29aff597d55 (diff) | |
download | ports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.tar.gz ports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.zip |
Notes
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 12672f6d2fb5..4f843c56770a 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -7,6 +7,7 @@ PORTNAME= cdo PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/898/ \ LOCAL/sunpoet @@ -50,7 +51,7 @@ WITH_HDF5= yes CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE} --with-zlib=/usr WITH_SZIP= yes .if (${HDF5_VER} == 18) -LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 .else LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 .endif |