[55207] trunk/dports/python/py26-matplotlib/Portfile
ram at macports.org
ram at macports.org
Fri Aug 7 07:15:00 PDT 2009
Revision: 55207
http://trac.macports.org/changeset/55207
Author: ram at macports.org
Date: 2009-08-07 07:15:00 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
python/py26-matplotlib: enable wxpython variant
Modified Paths:
--------------
trunk/dports/python/py26-matplotlib/Portfile
Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile 2009-08-07 14:14:51 UTC (rev 55206)
+++ trunk/dports/python/py26-matplotlib/Portfile 2009-08-07 14:15:00 UTC (rev 55207)
@@ -88,13 +88,12 @@
}
}
-# unable to import wx module, #19191
-#variant wxpython description "Enable wxAgg backend" {
-# depends_lib-append port:py26-wxpython
-# post-patch {
-# reinplace "s|^wxagg=False|wxagg=True|" ${worksrcpath}/setup.cfg
-# }
-#}
+variant wxpython description "Enable wxAgg backend" {
+ depends_lib-append port:py26-wxpython
+ post-patch {
+ reinplace "s|^wxagg=False|wxagg=True|" ${worksrcpath}/setup.cfg
+ }
+}
variant qt4 description "Enable QT4Agg backend" {
depends_lib-append port:py26-pyqt4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/f3cb8568/attachment.html>
More information about the macports-changes
mailing list