diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
commit | 7db179edb42024999f5ac287c3d633aad02c87ca (patch) | |
tree | 8c224de6d8dc6d3ee24f9a70da7351c634faba30 /science/fvm | |
parent | 9057d8b613a28938f843b07ce1ecc519556ce99f (diff) | |
download | freebsd-ports-gnome-7db179edb42024999f5ac287c3d633aad02c87ca.tar.gz freebsd-ports-gnome-7db179edb42024999f5ac287c3d633aad02c87ca.tar.zst freebsd-ports-gnome-7db179edb42024999f5ac287c3d633aad02c87ca.zip |
Chase the upgrade of MPICH2.
Diffstat (limited to 'science/fvm')
-rw-r--r-- | science/fvm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile index 9c539f5a1115..b927bbc962f1 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fvm PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -52,6 +52,8 @@ CONFIGURE_ARGS+= --enable-debug TESTSBIN= fvm_file_test fvm_interface_test fvm_selector_postfix_test fvm_selector_test pre-configure: + ${REINPLACE_CMD} -e 's|-lmpich|-lmpich -lmpl|' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} # No useful doc there ${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in |