[50897] trunk/dports/python/py-matplotlib/Portfile

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


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

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2009-05-12 13:42:05 UTC (rev 50896)
+++ trunk/dports/python/py-matplotlib/Portfile	2009-05-12 13:46:21 UTC (rev 50897)
@@ -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/389c1af4/attachment.html>


More information about the macports-changes mailing list