[86554] trunk/dports/python/py-pyqt4/Portfile

eborisch at macports.org eborisch at macports.org
Fri Oct 28 08:37:21 PDT 2011


Revision: 86554
          http://trac.macports.org/changeset/86554
Author:   eborisch at macports.org
Date:     2011-10-28 08:37:18 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
py-pyqt4: Turn off designer plugin for 24 (not built as a dylib); disable assistant plugin check (never builds.)

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

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2011-10-28 15:02:10 UTC (rev 86553)
+++ trunk/dports/python/py-pyqt4/Portfile	2011-10-28 15:37:18 UTC (rev 86554)
@@ -47,11 +47,14 @@
                             -e QtWebKit \
                             -e QtXml \
                             -e QtXmlPatterns \
-                            -e QtAssistant \
-                            -e QtDesigner \
                             -e QAxContainer \
                             --no-qsci-api
 
+    # Don't build designer plugin for 2.4; not built as a framework
+    if {${python.version} != 24 } {
+        configure.args-append   -e QtDesigner
+    }
+
     variant phonon description {Add phonon support} {
         configure.args-append   -e phonon
         depends_lib-append      port:phonon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111028/abe20a5a/attachment.html>


More information about the macports-changes mailing list