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

michaelld at macports.org michaelld at macports.org
Thu Nov 21 05:36:26 PST 2013


Revision: 113634
          https://trac.macports.org/changeset/113634
Author:   michaelld at macports.org
Date:     2013-11-21 05:36:26 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
py*-matplotlib: allow using py*-pyqt4 or py*-pyqt4-devel.

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2013-11-21 13:32:24 UTC (rev 113633)
+++ trunk/dports/python/py-matplotlib/Portfile	2013-11-21 13:36:26 UTC (rev 113634)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id: Portfile 109089 2013-08-08 00:25:09Z jeremyhu at macports.org $
+# $Id$
 
 PortSystem          1.0
 PortGroup           python 1.0
@@ -91,7 +91,7 @@
     }
 
     variant qt4 description "Enable QT4Agg backend" {
-        depends_lib-append  port:py${python.version}-pyqt4
+        depends_lib-append  path:share/qt4/plugins/designer/libpy${python.version}qt4.dylib:py${python.version}-pyqt4
         post-patch {
             reinplace "s|^qt4agg=False|qt4agg=True|" ${worksrcpath}/setup.cfg
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/1e0c4e95/attachment.html>


More information about the macports-changes mailing list