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

michaelld at macports.org michaelld at macports.org
Wed Nov 27 08:03:54 PST 2013


Revision: 114031
          https://trac.macports.org/changeset/114031
Author:   michaelld at macports.org
Date:     2013-11-27 08:03:54 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
py*-pyface: fix pyqt4 dependency to use python.verion correctly.

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:59:09 UTC (rev 114030)
+++ trunk/dports/python/py-pyface/Portfile	2013-11-27 16:03:54 UTC (rev 114031)
@@ -43,7 +43,7 @@
 variant pyqt4 conflicts pyside description "Qt backend using PyQt4" {
     if {$subport != $name} {
         # 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
+        depends_lib-append      path:share/qt4/plugins/designer/libpy${python.version}qt4.dylib:py${python.version}-pyqt4
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/fda4a2f3/attachment.html>


More information about the macports-changes mailing list