Ticket #31677: Portfile.diff

File Portfile.diff, 624 bytes (added by benedikt.meurer@…, 13 years ago)
  • Portfile

    old new  
    44
    55name                    ocaml
    66version                 3.12.1
    7 revision            1
     7revision            2
    88# When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292)
    99set major_vers  [join [lrange [split ${version} .] 0 1] .]
    1010platforms               darwin
     
    2828
    2929depends_lib         port:ncurses
    3030
     31patchfiles          patch-configure-nativedynlink-with-darwin11.diff
     32
    3133use_parallel_build  no
    3234universal_variant   no
    3335