[123613] trunk/dports/x11/xorg-xcb-proto/Portfile

snc at macports.org snc at macports.org
Mon Aug 11 09:36:35 PDT 2014


Revision: 123613
          https://trac.macports.org/changeset/123613
Author:   snc at macports.org
Date:     2014-08-11 09:36:35 -0700 (Mon, 11 Aug 2014)
Log Message:
-----------
xorg-xcb-proto: python is also a build dependency, openmaintainer

Modified Paths:
--------------
    trunk/dports/x11/xorg-xcb-proto/Portfile

Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile	2014-08-11 16:28:24 UTC (rev 123612)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2014-08-11 16:36:35 UTC (rev 123613)
@@ -23,32 +23,32 @@
 depends_run     port:libxml2
 
 variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} {
-    depends_run-append      port:python25
+    depends_lib-append      port:python25
     configure.python        ${prefix}/bin/python2.5
 }
 
 variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} {
-    depends_run-append      port:python26
+    depends_lib-append      port:python26
     configure.python        ${prefix}/bin/python2.6
 }
 
 variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} {
-    depends_run-append      port:python27
+    depends_lib-append      port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
 variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} {
-    depends_run-append      port:python31
+    depends_lib-append      port:python31
     configure.python        ${prefix}/bin/python3.1
 }
 
 variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} {
-    depends_run-append      port:python32
+    depends_lib-append      port:python32
     configure.python        ${prefix}/bin/python3.2
 }
 
 variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} {
-    depends_run-append      port:python33
+    depends_lib-append      port:python33
     configure.python        ${prefix}/bin/python3.3
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140811/8c59b5f2/attachment.html>


More information about the macports-changes mailing list