[72620] trunk/dports/graphics/lprof/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:53:40 PDT 2010


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

Modified Paths:
--------------
    trunk/dports/graphics/lprof/Portfile

Modified: trunk/dports/graphics/lprof/Portfile
===================================================================
--- trunk/dports/graphics/lprof/Portfile	2010-10-21 12:52:49 UTC (rev 72619)
+++ trunk/dports/graphics/lprof/Portfile	2010-10-21 12:53:37 UTC (rev 72620)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           qt4 1.0
 
 name                lprof
 version             20090113
-revision            3
+revision            4
 categories          graphics
 license             GPL
 maintainers         nomaintainer
@@ -24,8 +25,8 @@
 cvs.date            ${version}
 cvs.module          lprof
 
-depends_lib         port:qt4-mac port:libusb-compat
-depends_build       port:cmake
+depends_lib-append  port:libusb-compat
+depends_build-append port:cmake
 
 worksrcdir          lprof
 
@@ -39,8 +40,8 @@
                     -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/ \
                     -DCMAKE_INCLUDE_PATH=${prefix}/include \
                     -DCMAKE_LIBRARY_PATH=${prefix}/lib \
-                    -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake \
-                    -DQTTRANS_LRELEASE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/lrelease \
+                    ${qt_cmake_defines} \
+                    -DQTTRANS_LRELEASE_EXECUTABLE=${qt_lrelease_cmd} \
                     -Wno-dev .
 
 if {[info exists universal_sysroot]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/719b2725/attachment.html>


More information about the macports-changes mailing list