[44847] trunk/dports/devel/strigi/Portfile

illogic-al at macports.org illogic-al at macports.org
Sat Jan 3 09:40:31 PST 2009


Revision: 44847
          http://trac.macports.org/changeset/44847
Author:   illogic-al at macports.org
Date:     2009-01-03 09:40:31 -0800 (Sat, 03 Jan 2009)
Log Message:
-----------
Help strigi find qt so amarok port won't fail.

Modified Paths:
--------------
    trunk/dports/devel/strigi/Portfile

Modified: trunk/dports/devel/strigi/Portfile
===================================================================
--- trunk/dports/devel/strigi/Portfile	2009-01-03 16:52:26 UTC (rev 44846)
+++ trunk/dports/devel/strigi/Portfile	2009-01-03 17:40:31 UTC (rev 44847)
@@ -28,7 +28,8 @@
 # values.
 # Let's try to use as much as possible and just override the
 # configure.cmd and configure.pre_args (setting the prefix)
-configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
+configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
+                    -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake
 configure.cmd   cmake
 
 post-destroot	{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090103/34574f70/attachment.html>


More information about the macports-changes mailing list