aboutsummaryrefslogtreecommitdiffstats
path: root/science/fvm
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2014-09-02 05:50:14 +0800
committerthierry <thierry@FreeBSD.org>2014-09-02 05:50:14 +0800
commitceec2140ad92910b304f4cb60748f70219fba0e9 (patch)
tree43213d40998f6fb83d7305f230cab7d559c7d364 /science/fvm
parent8ecd6275b965650e544018b4d8b7504b209e527c (diff)
downloadfreebsd-ports-gnome-ceec2140ad92910b304f4cb60748f70219fba0e9.tar.gz
freebsd-ports-gnome-ceec2140ad92910b304f4cb60748f70219fba0e9.tar.zst
freebsd-ports-gnome-ceec2140ad92910b304f4cb60748f70219fba0e9.zip
- Upgrade to 1.5;
- Bump PORTREVISION for consumers.
Diffstat (limited to 'science/fvm')
-rw-r--r--science/fvm/Makefile4
1 files changed, 3 insertions, 1 deletions
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)