[69260] trunk/dports/graphics/lprof/Portfile
michaelld at macports.org
michaelld at macports.org
Tue Jun 29 00:01:28 PDT 2010
Revision: 69260
http://trac.macports.org/changeset/69260
Author: michaelld at macports.org
Date: 2010-06-29 00:01:25 -0700 (Tue, 29 Jun 2010)
Log Message:
-----------
Corrected use of qt4-mac dependency.
Modified Paths:
--------------
trunk/dports/graphics/lprof/Portfile
Modified: trunk/dports/graphics/lprof/Portfile
===================================================================
--- trunk/dports/graphics/lprof/Portfile 2010-06-29 07:00:31 UTC (rev 69259)
+++ trunk/dports/graphics/lprof/Portfile 2010-06-29 07:01:25 UTC (rev 69260)
@@ -5,7 +5,7 @@
name lprof
version 20090113
-revision 2
+revision 3
categories graphics
license GPL
maintainers nomaintainer
@@ -24,7 +24,7 @@
cvs.date ${version}
cvs.module lprof
-depends_lib path:bin/qmake-mac:qt4-mac port:libusb-compat
+depends_lib port:qt4-mac port:libusb-compat
depends_build port:cmake
worksrcdir lprof
@@ -39,8 +39,8 @@
-DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/ \
-DCMAKE_INCLUDE_PATH=${prefix}/include \
-DCMAKE_LIBRARY_PATH=${prefix}/lib \
- -DQT_QMAKE_EXECUTABLE=${prefix}/bin/qmake-mac \
- -DQTTRANS_LRELEASE_EXECUTABLE=${prefix}/bin/lrelease-mac \
+ -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake \
+ -DQTTRANS_LRELEASE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/lrelease \
-Wno-dev .
if {[info exists universal_sysroot]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100629/956e67d3/attachment-0001.html>
More information about the macports-changes
mailing list