Ticket #39783: Portfile-ocaml.diff
File Portfile-ocaml.diff, 892 bytes (added by irony42@…, 11 years ago) |
---|
-
Portfile
old new 5 5 name ocaml 6 6 epoch 1 7 7 version 4.00.1 8 revision 1 8 9 # When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292) 9 10 set major_vers [join [lrange [split ${version} .] 0 1] .] 10 11 platforms darwin … … 25 26 26 27 use_bzip2 yes 27 28 28 depends_lib port:ncurses port:xorg-libX1129 depends_lib port:ncurses 29 30 30 31 use_parallel_build no 31 32 universal_variant no … … 60 61 } 61 62 62 63 variant labltk description {Include TK bindings and ocamlbrowser} { 63 depends_lib-append port: tcl port:tk64 configure.args-delete 64 depends_lib-append port:xorg-libX11 port:tcl port:tk 65 configure.args-delete -no-tk 65 66 } 66 67 67 68 livecheck.type regex