aboutsummaryrefslogtreecommitdiffstats
path: root/science/cdo
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/cdo
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/cdo')
-rw-r--r--science/cdo/Makefile3
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