[123769] trunk/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Wed Aug 13 21:34:05 PDT 2014


Revision: 123769
          https://trac.macports.org/changeset/123769
Author:   larryv at macports.org
Date:     2014-08-13 21:34:05 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
rust: Look for python2.6 binary, not python2.

Mountain Lion, at least, does not have a "python2" binary, so python27
always gets installed as a build dependency.

Modified Paths:
--------------
    trunk/dports/lang/rust/Portfile

Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	2014-08-14 04:34:03 UTC (rev 123768)
+++ trunk/dports/lang/rust/Portfile	2014-08-14 04:34:05 UTC (rev 123769)
@@ -102,7 +102,7 @@
 # OS X releases have 2.6. (Using MacPorts' LLVM ports fails either
 # during build or during testing.)
 depends_build           bin:perl:perl5 \
-                        bin:python2:python27
+                        bin:python2.6:python27
 depends_skip_archcheck  python27
 
 # The libs for both targets link to libgcc and libstdc++.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/78ce68a9/attachment.html>


More information about the macports-changes mailing list