[50898] trunk/dports/python/py25-matplotlib/Portfile

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


Revision: 50898
          http://trac.macports.org/changeset/50898
Author:   ram at macports.org
Date:     2009-05-12 06:46:31 -0700 (Tue, 12 May 2009)
Log Message:
-----------
python/py25-matplotlib: also check for qt4 prior to setting default variant

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

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


More information about the macports-changes mailing list