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

ryandesign at macports.org ryandesign at macports.org
Fri Oct 5 02:09:23 PDT 2012


Revision: 98418
          http://trac.macports.org//changeset/98418
Author:   ryandesign at macports.org
Date:     2012-10-05 02:09:22 -0700 (Fri, 05 Oct 2012)
Log Message:
-----------
xorg-xcb-proto: fix python33 variant to actually use python33 not python32

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

Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile	2012-10-05 09:05:49 UTC (rev 98417)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2012-10-05 09:09:22 UTC (rev 98418)
@@ -51,8 +51,8 @@
 }
 
 variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} {
-    depends_run-append      port:python32
-    configure.python        ${prefix}/bin/python3.2
+    depends_run-append      port:python33
+    configure.python        ${prefix}/bin/python3.3
 }
 
 if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121005/75daf06a/attachment.html>


More information about the macports-changes mailing list