diff options
Diffstat (limited to 'science/cgnslib/Makefile')
-rw-r--r-- | science/cgnslib/Makefile | 3 |
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 |