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

michaelld at macports.org michaelld at macports.org
Wed Nov 27 08:04:16 PST 2013


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

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-11-27 16:03:54 UTC (rev 114031)
+++ trunk/dports/python/py-ipython/Portfile	2013-11-27 16:04:16 UTC (rev 114032)
@@ -68,7 +68,7 @@
 
     variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using 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 \
+        depends_lib-append      path:share/qt4/plugins/designer/libpy${python.version}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/88b8cd83/attachment.html>


More information about the macports-changes mailing list