[50335] trunk/dports/python/py26-matplotlib/Portfile

ram at macports.org ram at macports.org
Wed Apr 29 07:09:08 PDT 2009


Revision: 50335
          http://trac.macports.org/changeset/50335
Author:   ram at macports.org
Date:     2009-04-29 07:09:07 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
python/py26-matplotlib: enable qt4 variant

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

Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile	2009-04-29 10:52:55 UTC (rev 50334)
+++ trunk/dports/python/py26-matplotlib/Portfile	2009-04-29 14:09:07 UTC (rev 50335)
@@ -97,13 +97,12 @@
 #  }
 #}
 
-# awaiting a py26-pyqt4 port, #19008
-#variant qt4 description "Enable QT4Agg backend" {
-#  depends_lib-append port:py26-pyqt4
-#  post-patch {
-#    reinplace "s|MP_QT4=False|MP_QT4=True|" ${worksrcpath}/setupext.py
-#  }
-#}
+variant qt4 description "Enable QT4Agg backend" {
+  depends_lib-append port:py26-pyqt4
+  post-patch {
+    reinplace "s|MP_QT4=False|MP_QT4=True|" ${worksrcpath}/setupext.py
+  }
+}
 
 variant latex description "Enable LaTeX support" {
   depends_lib-append port:texlive
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/69df0562/attachment.html>


More information about the macports-changes mailing list