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

cal at macports.org cal at macports.org
Sat Dec 12 09:22:10 PST 2015


Revision: 143292
          https://trac.macports.org/changeset/143292
Author:   cal at macports.org
Date:     2015-12-09 14:37:18 -0800 (Wed, 09 Dec 2015)
Log Message:
-----------
youtube-dl: Fix build in trace mode, closes #49845, maintainer timeout

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

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2015-12-09 22:25:31 UTC (rev 143291)
+++ trunk/dports/net/youtube-dl/Portfile	2015-12-09 22:37:18 UTC (rev 143292)
@@ -64,20 +64,23 @@
 default_variants    +ffmpeg
 
 variant python27 conflicts python34 python35 description {Use Python 2.7} {
-    depends_run-append  port:python27
-    configure.python    ${prefix}/bin/python2.7
+    depends_run-append      port:python27
+    depends_build-append    port:python27
+    configure.python        ${prefix}/bin/python2.7
 }
 
 variant python33 requires python34 description {Legacy compatibility variant} {}
 
 variant python34 conflicts python27 python35 description {Use Python 3.4} {
-    depends_run-append  port:python34
-    configure.python    ${prefix}/bin/python3.4
+    depends_run-append      port:python34
+    depends_build-append    port:python34
+    configure.python        ${prefix}/bin/python3.4
 }
 
 variant python35 conflicts python27 python34 description {Use Python 3.5} {
-    depends_run-append  port:python35
-    configure.python    ${prefix}/bin/python3.5
+    depends_run-append      port:python35
+    depends_build-append    port:python35
+    configure.python        ${prefix}/bin/python3.5
 }
 
 if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3331ea82/attachment.html>


More information about the macports-changes mailing list