Ticket #31677: Portfile.diff
File Portfile.diff, 624 bytes (added by benedikt.meurer@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name ocaml 6 6 version 3.12.1 7 revision 17 revision 2 8 8 # When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292) 9 9 set major_vers [join [lrange [split ${version} .] 0 1] .] 10 10 platforms darwin … … 28 28 29 29 depends_lib port:ncurses 30 30 31 patchfiles patch-configure-nativedynlink-with-darwin11.diff 32 31 33 use_parallel_build no 32 34 universal_variant no 33 35