diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-05-06 14:13:23 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-05-06 14:13:23 +0000 |
commit | 59c3c74d76faa4ecedf48ee680369a09a52060e2 (patch) | |
tree | 3be254ccb1cf5e956e1a6a89bfe64d0cb06b06b0 /mk/ocaml.mk | |
parent | e50c6187a678420932173ea150edaddf434df484 (diff) | |
download | pkgsrc-59c3c74d76faa4ecedf48ee680369a09a52060e2.tar.gz |
Setting OCAML_USE_OASIS now automatically adds ocamlbuild as a build
dependency
Diffstat (limited to 'mk/ocaml.mk')
-rw-r--r-- | mk/ocaml.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/ocaml.mk b/mk/ocaml.mk index dee77ee2290..1b9ab9a0519 100644 --- a/mk/ocaml.mk +++ b/mk/ocaml.mk @@ -1,4 +1,4 @@ -# $NetBSD: ocaml.mk,v 1.7 2016/04/12 15:52:29 jaapb Exp $ +# $NetBSD: ocaml.mk,v 1.8 2016/05/06 14:13:23 jaapb Exp $ # # This Makefile fragment handles the common variables used by OCaml packages. # @@ -129,6 +129,8 @@ PLIST.ocaml-opt= yes # OASIS targets # .if ${OCAML_USE_OASIS} == "yes" +# OASIS uses buildlink +.include "../../devel/ocamlbuild/buildlink3.mk" .if ${OCAML_USE_OASIS_DYNRUN} == "yes" pre-configure: ${RUN} cd ${WRKSRC} && ocamlfind ocamlc -linkpkg -package oasis.dynrun -o setup setup.ml && ${RM} setup.cmo setup.cmi |