[118118] trunk/dports/net/youtube-dl/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 22 19:15:51 PDT 2014


Revision: 118118
          https://trac.macports.org/changeset/118118
Author:   ryandesign at macports.org
Date:     2014-03-22 19:15:51 -0700 (Sat, 22 Mar 2014)
Log Message:
-----------
youtube-dl: fix python34 variant to actually use python34

Modified Paths:
--------------
    trunk/dports/net/youtube-dl/Portfile

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2014-03-23 02:15:40 UTC (rev 118117)
+++ trunk/dports/net/youtube-dl/Portfile	2014-03-23 02:15:51 UTC (rev 118118)
@@ -66,8 +66,8 @@
 }
 
 variant python34 conflicts python27 python33 description {Use Python 3.4} {
-    depends_run-append  port:python33
-    configure.python    ${prefix}/bin/python3.3
+    depends_run-append  port:python34
+    configure.python    ${prefix}/bin/python3.4
 }
 
 if {![variant_isset python27] && ![variant_isset python33] && ![variant_isset python34]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140322/51bd4494/attachment-0001.html>


More information about the macports-changes mailing list