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

source_changes at macosforge.org source_changes at macosforge.org
Tue May 22 00:28:35 PDT 2007


Revision: 25456
          http://trac.macosforge.org/projects/macports/changeset/25456
Author:   jochen at macports.org
Date:     2007-05-22 00:28:34 -0700 (Tue, 22 May 2007)

Log Message:
-----------
Change default GUI variant to tkinter, as that is still considered the standard
python gui.
Suggested by Jann Roeder

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2007-05-22 07:19:46 UTC (rev 25455)
+++ trunk/dports/python/py-matplotlib/Portfile	2007-05-22 07:28:34 UTC (rev 25456)
@@ -5,7 +5,7 @@
 categories-append        graphics math
 name                     py-matplotlib
 version                  0.90.0
-revision                 1
+revision                 2
 maintainers              openmaintainer at macports.org jochen at macports.org
 
 description              matlab-like syntax for creating plots in python
@@ -107,7 +107,7 @@
         depends_lib-append      port:py-numpy
 }
 if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] } {
-        default_variants        +gtk2
+        default_variants        +tkinter
 }
 if { ![variant_isset numarray] && ![variant_isset Numeric] && ![variant_isset numpy] } {
         default_variants        +numpy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070522/ad2e35f8/attachment.html


More information about the macports-changes mailing list