[114028] trunk/dports/python/py-ipython/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 27 07:57:52 PST 2013


Revision: 114028
          https://trac.macports.org/changeset/114028
Author:   michaelld at macports.org
Date:     2013-11-27 07:57:52 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
py*-ipython: allow use of either py*-pyqt4 or py*-pyqt4-devel.

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-11-27 15:53:16 UTC (rev 114027)
+++ trunk/dports/python/py-ipython/Portfile	2013-11-27 15:57:52 UTC (rev 114028)
@@ -67,7 +67,8 @@
     }
 
     variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using pyqt4" {
-        depends_lib-append      port:py${python.version}-pyqt4 \
+        # Can use either py*-pyqt4 or py*-pyqt4-devel.
+        depends_lib-append      path:share/qt4/plugins/designer/libpy${s}qt4.dylib:py${python.version}-pyqt4 \
                                 port:py${python.version}-pygments
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/8322338e/attachment.html>


More information about the macports-changes mailing list