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

michaelld at macports.org michaelld at macports.org
Wed Nov 27 07:59:09 PST 2013


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

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

Modified: trunk/dports/python/py-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py-pyqwt/Portfile	2013-11-27 15:58:39 UTC (rev 114029)
+++ trunk/dports/python/py-pyqwt/Portfile	2013-11-27 15:59:09 UTC (rev 114030)
@@ -36,7 +36,9 @@
 
     use_configure      yes
 
-    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}-numpy \
                        port:py${python.version}-sip
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/16db169e/attachment.html>


More information about the macports-changes mailing list