diff options
author | thierry <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
commit | f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6 (patch) | |
tree | 0eba53bd69baa679ca5c80442ecc9ca3d3c5720b /science/fvm | |
parent | 855bb89e825f55e4710bcf5e53f8af2dfabec171 (diff) | |
download | freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.tar.gz freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.tar.zst freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.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 |