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

mojca at macports.org mojca at macports.org
Tue Jun 17 12:13:58 PDT 2014


Revision: 121110
          https://trac.macports.org/changeset/121110
Author:   mojca at macports.org
Date:     2014-06-17 12:13:58 -0700 (Tue, 17 Jun 2014)
Log Message:
-----------
cmake: use MacPorts libraries (#43133, maintainer timeout)

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2014-06-17 18:47:33 UTC (rev 121109)
+++ trunk/dports/devel/cmake/Portfile	2014-06-17 19:13:58 UTC (rev 121110)
@@ -6,6 +6,7 @@
 
 name                cmake
 version             3.0.0
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 license             BSD
@@ -23,7 +24,13 @@
 checksums           rmd160  a35492be2953d6dd432594e833b7586dc154f52d \
                     sha256  99a34b7f74000404feffd82fba9d9e0cd623428c74b6a4851a0dee1c272606c0
 
-depends_lib-append  port:libidn port:openssl
+depends_lib-append  port:libidn \
+                    port:openssl \
+                    port:curl \
+                    port:expat \
+                    port:zlib \
+                    port:bzip2 \
+                    port:libarchive
 
 patchfiles          patch-CMakeFindFrameworks.cmake.diff \
                     patch-Modules-FindFreetype.cmake.diff \
@@ -37,7 +44,9 @@
 
 configure.args      --mandir=/share/man --docdir=/share/doc/cmake \
                     --parallel=${build.jobs} \
-                    --init=${worksrcpath}/macports.cmake
+                    --init=${worksrcpath}/macports.cmake \
+                    --system-libs
+
 configure.universal_args
 configure.post_args
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140617/198539cb/attachment.html>


More information about the macports-changes mailing list