Revision
102379
Author
mmoll@macports.org
Date
2013-02-01 07:51:05 -0800 (Fri, 01 Feb 2013)

Log Message

math/petsc: fix typo, closes #37887

Modified Paths

Diff

Modified: trunk/dports/math/petsc/Portfile (102378 => 102379)


--- trunk/dports/math/petsc/Portfile	2013-02-01 14:20:39 UTC (rev 102378)
+++ trunk/dports/math/petsc/Portfile	2013-02-01 15:51:05 UTC (rev 102379)
@@ -77,7 +77,7 @@
     depends_lib-append port:mpich2
     configure.args-append \
         --with-cc=${prefix}/bin/mpicc \
-        --with-cxx=${prefix}/bin/picxx \
+        --with-cxx=${prefix}/bin/mpicxx \
         --with-fc=${prefix}/bin/mpif90 \
         --with-mpiexec=${prefix}/bin/mpiexec
 }