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

ryandesign at macports.org ryandesign at macports.org
Tue Jul 5 18:05:56 PDT 2016


Revision: 149936
          https://trac.macports.org/changeset/149936
Author:   ryandesign at macports.org
Date:     2016-07-05 18:05:56 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
xorg-xcb-proto: correctly indicate variant conflicts

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

Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile	2016-07-06 01:02:51 UTC (rev 149935)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2016-07-06 01:05:56 UTC (rev 149936)
@@ -31,17 +31,17 @@
     0003-res-Fix-QueryClientIds-reply-size.patch \
     0004-Update-XML-schema-to-fix-make-check.patch
 
-variant python27 conflicts python34 description {Use python 2.7} {
+variant python27 conflicts python34 python35 description {Use python 2.7} {
     depends_lib-append      port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
-variant python34 conflicts python27 description {Use python 3.4} {
+variant python34 conflicts python27 python35 description {Use python 3.4} {
     depends_lib-append      port:python34
     configure.python        ${prefix}/bin/python3.4
 }
 
-variant python35 conflicts python27 description {Use python 3.5} {
+variant python35 conflicts python27 python34 description {Use python 3.5} {
     depends_lib-append      port:python35
     configure.python        ${prefix}/bin/python3.5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/ce0177ed/attachment.html>


More information about the macports-changes mailing list