diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 23:55:47 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-12 00:00:54 +0100 |
commit | 1b40b0dd822f492b3da892ce873cc224322c7f22 (patch) | |
tree | 926687009cae2827c708cc29c05609bba88327e0 /testing | |
parent | 7d26675b77dd009472944dcefc47601c705f13de (diff) | |
download | aports-1b40b0dd822f492b3da892ce873cc224322c7f22.tar.bz2 aports-1b40b0dd822f492b3da892ce873cc224322c7f22.tar.xz |
testing/js_of_ocaml: add missing build dependency ocaml-ocamlbuild-dev
Diffstat (limited to 'testing')
-rw-r--r-- | testing/js_of_ocaml/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/js_of_ocaml/APKBUILD b/testing/js_of_ocaml/APKBUILD index 6d28f6d57e..e477c86dcd 100644 --- a/testing/js_of_ocaml/APKBUILD +++ b/testing/js_of_ocaml/APKBUILD @@ -27,6 +27,7 @@ makedepends=" ocaml-findlib-dev ocaml-lwt-dev ocaml-migrate-parsetree-dev + ocaml-ocamlbuild-dev ocaml-ppx_deriving-dev ocaml-ppx_tools-dev ocaml-ppx_tools_versioned-dev |