Modified: trunk/dports/math/petsc/Portfile (116571 => 116572)
--- trunk/dports/math/petsc/Portfile 2014-01-29 00:08:05 UTC (rev 116571)
+++ trunk/dports/math/petsc/Portfile 2014-01-29 00:08:10 UTC (rev 116572)
@@ -8,6 +8,7 @@
mpi.setup
bitbucket.setup petsc petsc 3.4.3 v
+revision 1
categories math science
maintainers sean
description Portable, Extensible Toolkit for Scientific Computation
@@ -41,6 +42,7 @@
if {[mpi_variant_isset]} {
configure.args-delete --with-mpi=0 \
--with-fc=0
+ configure.args-append --with-mpiexec=${mpi.exec}
} elseif {[fortran_variant_isset]} {
configure.args-delete --with-fc=0
}