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

mww at macports.org mww at macports.org
Wed Sep 28 01:10:20 PDT 2011


Revision: 84561
          http://trac.macports.org/changeset/84561
Author:   mww at macports.org
Date:     2011-09-28 01:10:20 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
ocaml: use ncurses for interpreter; inc. revision;

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

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2011-09-28 08:00:42 UTC (rev 84560)
+++ trunk/dports/lang/ocaml/Portfile	2011-09-28 08:10:20 UTC (rev 84561)
@@ -4,6 +4,7 @@
 
 name 			ocaml
 version			3.12.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
@@ -24,6 +25,9 @@
 			system	and a powerful module system in the style of Standard ML.
 
 use_bzip2           yes
+
+depends_lib         port:ncurses
+
 use_parallel_build  no
 universal_variant   no
 
@@ -56,7 +60,7 @@
 }
 
 variant labltk description {Include TK bindings and ocamlbrowser} {
-	depends_lib		lib:tcl8.4:tcl lib:tk8.4:tk
+	depends_lib-append	port:tcl port:tk
 	configure.args-delete 	-no-tk
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/7b388751/attachment.html>


More information about the macports-changes mailing list