[114033] trunk/dports/python/py-pyqwt/Portfile

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


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

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

Modified: trunk/dports/python/py-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py-pyqwt/Portfile	2013-11-27 16:04:16 UTC (rev 114032)
+++ trunk/dports/python/py-pyqwt/Portfile	2013-11-27 16:04:36 UTC (rev 114033)
@@ -38,7 +38,7 @@
 
     # 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}-numpy \
                        port:py${python.version}-sip
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/24f1c858/attachment.html>


More information about the macports-changes mailing list