CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/01/31 17:17:55
Modified files:
lang/ocaml : ocaml.port.mk
Log message:
Let OCaml ports declare a rundep on lang/ocaml as appropriate
Some OCaml ports build native-code programs on architectures where
supported, most of them probably don't need the big ocaml package at
runtime (for example net/unison). This commit introduces
MODOCAML_RUNDEP, setting it to `if-not-native' should do the right
thing.
Earlier diffs by bket@. ok sthen@ bket@