[111888] trunk/dports/python/py-qscintilla/Portfile

vince at macports.org vince at macports.org
Sat Oct 5 00:01:52 PDT 2013


Revision: 111888
          https://trac.macports.org/changeset/111888
Author:   vince at macports.org
Date:     2013-10-05 00:01:51 -0700 (Sat, 05 Oct 2013)
Log Message:
-----------
Get rid of a spurious strict port dependency on pyXX-pyqt4

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

Modified: trunk/dports/python/py-qscintilla/Portfile
===================================================================
--- trunk/dports/python/py-qscintilla/Portfile	2013-10-05 06:27:46 UTC (rev 111887)
+++ trunk/dports/python/py-qscintilla/Portfile	2013-10-05 07:01:51 UTC (rev 111888)
@@ -36,9 +36,8 @@
 
 if {$subport != $name} {
 
-   depends_lib-append  port:qscintilla \
-                       port:py${python.version}-pyqt4 \
-                       port:py${python.version}-sip
+   depends_lib-append  port:qscintilla
+   depends_lib-append  path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
 
    universal_variant   no
    use_configure       yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131005/ec8dd9c8/attachment.html>


More information about the macports-changes mailing list