[135668] trunk/dports/_resources/port1.0/group/cmake-1.0.tcl

michaelld at macports.org michaelld at macports.org
Wed Apr 29 06:41:29 PDT 2015


Revision: 135668
          https://trac.macports.org/changeset/135668
Author:   michaelld at macports.org
Date:     2015-04-29 06:41:29 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
cmake 1.0 PortGroup: can use cmake or cmake-devel; default to cmake if not installed.

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	2015-04-29 11:56:04 UTC (rev 135667)
+++ trunk/dports/_resources/port1.0/group/cmake-1.0.tcl	2015-04-29 13:41:29 UTC (rev 135668)
@@ -42,7 +42,8 @@
 # standard place to install extra CMake modules
 set cmake_share_module_dir ${prefix}/share/cmake/Modules
 
-depends_build-append port:cmake
+# can use cmake or cmake-devel; default to cmake if not installed
+depends_build-append path:bin/cmake:cmake
 
 proc _cmake_get_build_dir {} {
     if {[option cmake.out_of_source]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/78e0fbb5/attachment.html>


More information about the macports-changes mailing list