Revision: 105552 https://trac.macports.org/changeset/105552 Author: larryv@macports.org Date: 2013-04-24 11:50:41 -0700 (Wed, 24 Apr 2013) Log Message: ----------- rust: Attempt to fix build issues on buildbots. Modified Paths: -------------- trunk/dports/lang/rust/Portfile Modified: trunk/dports/lang/rust/Portfile =================================================================== --- trunk/dports/lang/rust/Portfile 2013-04-24 18:49:28 UTC (rev 105551) +++ trunk/dports/lang/rust/Portfile 2013-04-24 18:50:41 UTC (rev 105552) @@ -142,6 +142,7 @@ CC=${configure.cc} \ CXX=${configure.cxx} \ CPP=${configure.cc} +use_parallel_build no # TODO: Add path-style dependency on python, whenever test dependencies # are implemented (#38208). Not critical, since all supported versions