Revision
69245
Author
michaelld@macports.org
Date
2010-06-28 23:45:18 -0700 (Mon, 28 Jun 2010)

Log Message

Correct use of qt4-mac dependency.

Modified Paths

Diff

Modified: trunk/dports/gis/cgal/Portfile (69244 => 69245)


--- trunk/dports/gis/cgal/Portfile	2010-06-29 06:44:43 UTC (rev 69244)
+++ trunk/dports/gis/cgal/Portfile	2010-06-29 06:45:18 UTC (rev 69245)
@@ -5,7 +5,7 @@
 
 name										cgal
 version									3.6
-revision                1
+revision                2
 license									LGPL - QPL
 categories							gis science
 maintainers							vince
@@ -62,7 +62,7 @@
 }
 
 variant demos {
-	depends_lib-append		path:bin/qmake-mac:qt4-mac
+	depends_lib-append		port:qt4-mac
 	
 	configure.args-append	-DWITH_examples=TRUE
 	configure.args-append	-DWITH_demos=TRUE