Revision
103440
Author
ryandesign@macports.org
Date
2013-02-25 15:49:54 -0800 (Mon, 25 Feb 2013)

Log Message

cmake-1.0.tcl: use the full path to the cmake binary just incase

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/group/cmake-1.0.tcl (103439 => 103440)


--- trunk/dports/_resources/port1.0/group/cmake-1.0.tcl	2013-02-25 23:48:07 UTC (rev 103439)
+++ trunk/dports/_resources/port1.0/group/cmake-1.0.tcl	2013-02-25 23:49:54 UTC (rev 103440)
@@ -43,7 +43,7 @@
 #FIXME: ccache works with cmake on linux
 configure.ccache    no
 
-configure.cmd       cmake
+configure.cmd       ${prefix}/bin/cmake
 
 configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}