[72593] trunk/dports/lang/qore-qt4-module/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:33:41 PDT 2010


Revision: 72593
          http://trac.macports.org/changeset/72593
Author:   michaelld at macports.org
Date:     2010-10-21 05:33:39 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.

Modified Paths:
--------------
    trunk/dports/lang/qore-qt4-module/Portfile

Modified: trunk/dports/lang/qore-qt4-module/Portfile
===================================================================
--- trunk/dports/lang/qore-qt4-module/Portfile	2010-10-21 12:33:16 UTC (rev 72592)
+++ trunk/dports/lang/qore-qt4-module/Portfile	2010-10-21 12:33:39 UTC (rev 72593)
@@ -5,6 +5,7 @@
 # We are not using cmake portgroup because of linking errors
 # in the smokegen target/module (internal only, it's not installed at all)
 #PortGroup           cmake 1.0
+PortGroup           qt4 1.0
 
 name                qore-qt4-module
 version             0.1.0
@@ -24,14 +25,12 @@
 patchfiles          patch-smoke-qt-smokeconfig.xml.diff \
                     patch-smoke-qt-CMakeLists.txt.diff
 
-depends_lib         port:qore \
-                    port:qt4-mac
+depends_lib-append  port:qore
 
-depends_build       port:cmake
+depends_build-append port:cmake
 
 configure.cmd       cmake
 configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
 configure.args      -DCMAKE_BUILD_TYPE=Release \
-                    -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake \
+                    ${qt_cmake_defines} \
                     .
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/d3b8d170/attachment.html>


More information about the macports-changes mailing list