diff options
Diffstat (limited to 'devel/js_of_ocaml/Makefile')
-rw-r--r-- | devel/js_of_ocaml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index f828bf6dc6b..78e716c7e2a 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2019/05/13 11:49:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.34 2019/11/03 10:39:14 rillig Exp $ # GITHUB_PROJECT= js_of_ocaml @@ -14,11 +14,11 @@ LICENSE= gnu-lgpl-v2 USE_TOOLS= bash OCAML_USE_FINDLIB= yes -OCAML_USE_DUNE= yes +OCAML_USE_DUNE= yes OPAM_INSTALL_FILES= js_of_ocaml js_of_ocaml-ocamlbuild \ - js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \ - js_of_ocaml-lwt js_of_ocaml-compiler + js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \ + js_of_ocaml-lwt js_of_ocaml-compiler DUNE_BUILD_PACKAGES= js_of_ocaml-compiler js_of_ocaml js_of_ocaml-ocamlbuild \ js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \ js_of_ocaml-lwt |