Modified: trunk/dports/math/petsc/Portfile (122959 => 122960)
--- trunk/dports/math/petsc/Portfile 2014-08-02 21:58:53 UTC (rev 122959)
+++ trunk/dports/math/petsc/Portfile 2014-08-02 21:58:58 UTC (rev 122960)
@@ -91,8 +91,7 @@
variant suitesparse description {Build with CHOLDMOD and UMFPACK} {
depends_lib-append port:SuiteSparse
- configure.args-append --with-cholmod-dir=${prefix} \
- --with-umfpack-dir=${prefix}
+ configure.args-append --with-suitesparse-dir=${prefix}
}
variant sundials description {Build with CVODE interface for TS} {