Ticket #39783: Portfile-ocaml.diff

File Portfile-ocaml.diff, 892 bytes (added by irony42@…, 11 years ago)
  • Portfile

    old new  
    55name                ocaml
    66epoch               1
    77version             4.00.1
     8revision            1
    89# When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292)
    910set major_vers      [join [lrange [split ${version} .] 0 1] .]
    1011platforms           darwin
     
    2526
    2627use_bzip2           yes
    2728
    28 depends_lib         port:ncurses port:xorg-libX11
     29depends_lib         port:ncurses
    2930
    3031use_parallel_build  no
    3132universal_variant   no
     
    6061}
    6162
    6263variant labltk description {Include TK bindings and ocamlbrowser} {
    63     depends_lib-append    port:tcl port:tk
    64     configure.args-delete     -no-tk
     64    depends_lib-append    port:xorg-libX11 port:tcl port:tk
     65    configure.args-delete -no-tk
    6566}
    6667
    6768livecheck.type      regex