[110597] trunk/dports/lang/ocaml/Portfile

larryv at macports.org larryv at macports.org
Mon Sep 2 12:57:27 PDT 2013


Revision: 110597
          https://trac.macports.org/changeset/110597
Author:   larryv at macports.org
Date:     2013-09-02 12:57:27 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
ocaml: Only depend on xorg-libX11 in +labltk (timeout, #39783).

Modified Paths:
--------------
    trunk/dports/lang/ocaml/Portfile

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2013-09-02 19:52:54 UTC (rev 110596)
+++ trunk/dports/lang/ocaml/Portfile	2013-09-02 19:57:27 UTC (rev 110597)
@@ -5,6 +5,7 @@
 name                ocaml
 epoch               1
 version             4.00.1
+revision            1
 # When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292)
 set major_vers      [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
@@ -25,7 +26,7 @@
 
 use_bzip2           yes
 
-depends_lib         port:ncurses port:xorg-libX11
+depends_lib         port:ncurses
 
 use_parallel_build  no
 universal_variant   no
@@ -60,8 +61,8 @@
 }
 
 variant labltk description {Include TK bindings and ocamlbrowser} {
-    depends_lib-append    port:tcl port:tk
-    configure.args-delete     -no-tk
+    depends_lib-append    port:xorg-libX11 port:tcl port:tk
+    configure.args-delete -no-tk
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/31ef09a8/attachment.html>


More information about the macports-changes mailing list