[116202] trunk/dports/python/py-pyface/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 21 07:54:05 PST 2014


Revision: 116202
          https://trac.macports.org/changeset/116202
Author:   mojca at macports.org
Date:     2014-01-21 07:54:04 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
py-pyface: fix a typo (variant conflicting with itself, #40207)

Modified Paths:
--------------
    trunk/dports/python/py-pyface/Portfile

Modified: trunk/dports/python/py-pyface/Portfile
===================================================================
--- trunk/dports/python/py-pyface/Portfile	2014-01-21 15:34:05 UTC (rev 116201)
+++ trunk/dports/python/py-pyface/Portfile	2014-01-21 15:54:04 UTC (rev 116202)
@@ -36,7 +36,7 @@
         notes-append "Warning: wxpython-3.0 is not fully compatible with pyface, but the wxpython30 variant exists for testing and future use.\n"
     }
 
-    variant wxpython28 conflicts wxpython28 description "Use wxWidgets-2.8 (gtk or carbon) backend" {
+    variant wxpython28 conflicts wxpython30 description "Use wxWidgets-2.8 (gtk or carbon) backend" {
         depends_lib-append  port:py${python.version}-wxpython-2.8
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/866290f2/attachment.html>


More information about the macports-changes mailing list