aboutsummaryrefslogtreecommitdiff
path: root/science/cgnslib
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-15 07:00:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-15 07:00:46 +0000
commitd3ddb2e80f764e8371a2b0da8b11fe404c2277c9 (patch)
treedd0ca304f90628f5e904f45f3d9bffdc11d6ef67 /science/cgnslib
parentac46a8747aa04de7a3e8da5d601cf29aff597d55 (diff)
downloadports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.tar.gz
ports-d3ddb2e80f764e8371a2b0da8b11fe404c2277c9.zip
- Bump PORTREVISION for science/hdf5-18 shlib change
Notes
Notes: svn path=/head/; revision=277735
Diffstat (limited to 'science/cgnslib')
-rw-r--r--science/cgnslib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile
index 2e6827135fcc..19fd72e41929 100644
--- a/science/cgnslib/Makefile
+++ b/science/cgnslib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cgnslib
DISTVERSION= 2.5-5
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/Release%20${PORTVERSION:E}
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -25,7 +26,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
.if !defined(WITHOUT_HDF5)
-LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18
CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE}
PLIST_SUB= HDF5=""
.else