[69231] trunk/dports/devel/cmake/Portfile

michaelld at macports.org michaelld at macports.org
Mon Jun 28 23:05:12 PDT 2010


Revision: 69231
          http://trac.macports.org/changeset/69231
Author:   michaelld at macports.org
Date:     2010-06-28 23:05:11 -0700 (Mon, 28 Jun 2010)
Log Message:
-----------
Correct qt4-mac dependency for gui variant.

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2010-06-29 05:57:42 UTC (rev 69230)
+++ trunk/dports/devel/cmake/Portfile	2010-06-29 06:05:11 UTC (rev 69231)
@@ -6,7 +6,7 @@
 
 name		cmake
 version		2.8.1
-revision	2
+revision	3
 categories	devel
 maintainers	css
 description	Cross-platform make
@@ -45,7 +45,7 @@
 }
 
 variant gui description {Qt4 based cmake-gui} {
-	depends_lib-append path:libexec/qt4-mac:qt4-mac
+	depends_lib-append port:qt4-mac
 	patchfiles-append patch-CMakeLists.txt.diff
 	configure.args-append --qt-gui --qt-qmake=${prefix}/libexec/qt4-mac/bin/qmake
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100628/5d154644/attachment.html>


More information about the macports-changes mailing list