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

ram at macports.org ram at macports.org
Tue May 12 08:23:42 PDT 2009


Revision: 50902
          http://trac.macports.org/changeset/50902
Author:   ram at macports.org
Date:     2009-05-12 08:23:41 -0700 (Tue, 12 May 2009)
Log Message:
-----------
python/py-matplotlib: fix syntax error

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2009-05-12 14:53:20 UTC (rev 50901)
+++ trunk/dports/python/py-matplotlib/Portfile	2009-05-12 15:23:41 UTC (rev 50902)
@@ -119,7 +119,7 @@
   }
 }
 
-if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] ![variant_isset qt4] } {
+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/0012e075/attachment.html>


More information about the macports-changes mailing list