[50899] trunk/dports/python/py26-matplotlib/Portfile

ram at macports.org ram at macports.org
Tue May 12 06:46:41 PDT 2009


Revision: 50899
          http://trac.macports.org/changeset/50899
Author:   ram at macports.org
Date:     2009-05-12 06:46:40 -0700 (Tue, 12 May 2009)
Log Message:
-----------
python/py26-matplotlib: check for qt4, not wxpython, prior to setting
default variant as wxpython is currently blocked by #19191

Modified Paths:
--------------
    trunk/dports/python/py26-matplotlib/Portfile

Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile	2009-05-12 13:46:31 UTC (rev 50898)
+++ trunk/dports/python/py26-matplotlib/Portfile	2009-05-12 13:46:40 UTC (rev 50899)
@@ -118,7 +118,7 @@
   }
 }
 
-if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] } {
+if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset qt4] } {
   default_variants   +tkinter
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090512/f3ed4238/attachment.html>


More information about the macports-changes mailing list