Revision
118118
Author
ryandesign@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

Diff

Modified: trunk/dports/net/youtube-dl/Portfile (118117 => 118118)


--- 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]} {