diff options
-rw-r--r-- | cad/gmsh/Makefile | 3 | ||||
-rw-r--r-- | science/ecs/Makefile | 9 | ||||
-rw-r--r-- | science/fvm/Makefile | 9 |
3 files changed, 8 insertions, 13 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index c18b32805af6..81220fe1da13 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmsh PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ @@ -91,7 +92,7 @@ CMAKE_ARGS+= -DENABLE_TAUCS=OFF .endif .if !defined(WITHOUT_MED) -LIB_DEPENDS+= med.4:${PORTSDIR}/french/med +LIB_DEPENDS+= med.5:${PORTSDIR}/french/med CMAKE_ARGS+= -DENABLE_MED=ON .else CMAKE_ARGS+= -DENABLE_MED=OFF diff --git a/science/ecs/Makefile b/science/ecs/Makefile index 921fd9b391b0..2e2a1f0fbcbe 100644 --- a/science/ecs/Makefile +++ b/science/ecs/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: ecs -# Date created: Sun 1 apr 2007 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= ecs PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -16,7 +13,7 @@ COMMENT= Code_Saturne Preprocessor LICENSE= GPLv2 -LIB_DEPENDS= med.4:${PORTSDIR}/french/med \ +LIB_DEPENDS= med.5:${PORTSDIR}/french/med \ bft.1:${PORTSDIR}/science/bft \ hdf5.7:${PORTSDIR}/science/hdf5-18 \ cgns.3:${PORTSDIR}/science/cgnslib diff --git a/science/fvm/Makefile b/science/fvm/Makefile index 09a4690eb1f2..7611e838f947 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: fvm -# Date created: Sun 1 apr 2007 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= fvm PORTVERSION= 0.15.3 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -16,7 +13,7 @@ COMMENT= Code_Saturne Finite Volume Mesh LICENSE= LGPL21 -LIB_DEPENDS= med.4:${PORTSDIR}/french/med \ +LIB_DEPENDS= med.5:${PORTSDIR}/french/med \ bft.1:${PORTSDIR}/science/bft \ hdf5.7:${PORTSDIR}/science/hdf5-18 \ cgns.3:${PORTSDIR}/science/cgnslib |