diff options
Diffstat (limited to 'science/fvm/Makefile')
-rw-r--r-- | science/fvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile index 2a036f7d98a2..a4467f21515e 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fvm PORTVERSION= 0.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science parallel MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -18,7 +18,7 @@ COMMENT= Code_Saturne Finite Volume Mesh LIB_DEPENDS= med.2:${PORTSDIR}/french/med \ bft.1:${PORTSDIR}/science/bft \ - hdf5.6:${PORTSDIR}/science/hdf5-18 \ + hdf5.7:${PORTSDIR}/science/hdf5-18 \ cgns.0:${PORTSDIR}/science/cgnslib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |