[103440] trunk/dports/_resources/port1.0/group/cmake-1.0.tcl
Revision: 103440 https://trac.macports.org/changeset/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: -------------- trunk/dports/_resources/port1.0/group/cmake-1.0.tcl Modified: trunk/dports/_resources/port1.0/group/cmake-1.0.tcl =================================================================== --- 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}
participants (1)
-
ryandesign@macports.org