[114029] trunk/dports/python/py-pyface/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 27 07:58:40 PST 2013


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

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

Modified: trunk/dports/python/py-pyface/Portfile
===================================================================
--- trunk/dports/python/py-pyface/Portfile	2013-11-27 15:57:52 UTC (rev 114028)
+++ trunk/dports/python/py-pyface/Portfile	2013-11-27 15:58:39 UTC (rev 114029)
@@ -42,7 +42,8 @@
 
 variant pyqt4 conflicts pyside description "Qt backend using PyQt4" {
     if {$subport != $name} {
-        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
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/8ca370f4/attachment-0001.html>


More information about the macports-changes mailing list