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

ryandesign at macports.org ryandesign at macports.org
Sat Feb 20 02:41:32 PST 2010


Revision: 64025
          http://trac.macports.org/changeset/64025
Author:   ryandesign at macports.org
Date:     2010-02-20 02:41:31 -0800 (Sat, 20 Feb 2010)
Log Message:
-----------
py-matplotlib: fix typo in dependency in gtk2 variant

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2010-02-20 10:38:22 UTC (rev 64024)
+++ trunk/dports/python/py-matplotlib/Portfile	2010-02-20 10:41:31 UTC (rev 64025)
@@ -76,7 +76,7 @@
 }
 
 variant gtk2 description "Enable GTKAgg backend" {
-  depends_lib-append port:py-gtk
+  depends_lib-append port:py-gtk2
   post-patch {
     reinplace "s|^gtk=False|gtk=True|" ${worksrcpath}/setup.cfg
     reinplace "s|^gtkagg=False|gtkagg=True|" ${worksrcpath}/setup.cfg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100220/1badd6b7/attachment.html>


More information about the macports-changes mailing list