From ceec2140ad92910b304f4cb60748f70219fba0e9 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 1 Sep 2014 21:50:14 +0000 Subject: - Upgrade to 1.5; - Bump PORTREVISION for consumers. --- science/fvm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'science/fvm') diff --git a/science/fvm/Makefile b/science/fvm/Makefile index f9eca8070a82..08a88cabd204 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -41,6 +41,8 @@ CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}/mpi/openmpi BUILD_DEPENDS+= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2 RUN_DEPENDS+= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/mpich2 CONFIGURE_ARGS+= --with-mpi=${LOCALBASE} +# Do not directly depend on Fortran, but FFLAGS needed to link with mpich2 +USES+= fortran .endif .if defined(WITH_DEBUG) -- cgit