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

sean at macports.org sean at macports.org
Thu Apr 10 17:13:43 PDT 2014


Revision: 118778
          https://trac.macports.org/changeset/118778
Author:   sean at macports.org
Date:     2014-04-10 17:13:43 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
py-matplotlib: add missing gtk3 dependency; fixes #43091

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2014-04-11 00:13:39 UTC (rev 118777)
+++ trunk/dports/python/py-matplotlib/Portfile	2014-04-11 00:13:43 UTC (rev 118778)
@@ -94,7 +94,7 @@
 
     if {${python.version} > 26} {
         variant gtk3 description "Enable GTK3Agg backend" {
-            depends_lib-append  port:py${python.version}-gobject3
+            depends_lib-append  port:py${python.version}-gobject3 port:gtk3
             post-patch {
                 reinplace "s|^gtk3agg=False|gtk3agg=True|" ${worksrcpath}/setup.cfg
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/8d198ef8/attachment.html>


More information about the macports-changes mailing list