aboutsummaryrefslogtreecommitdiffstats
path: root/testing/merlin
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-11 23:43:06 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-12 00:00:55 +0100
commit08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba (patch)
tree4f2c2b89c1b8e58035112d81e46648f3c20e513d /testing/merlin
parentffe52ad52f7ce86ee3fc4d696ea544a8806dc372 (diff)
downloadaports-08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba.tar.bz2
aports-08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba.tar.xz
testing/ocaml-yojson: fix depends on -dev subpkg, fix depending pkgs
There are already two packages that require yojson and not biniou or easy-format, but fails to build when ocaml-biniou-dev and ocaml-easy-format-dev are not installed, so they are probably needed as transitive dependencies.
Diffstat (limited to 'testing/merlin')
-rw-r--r--testing/merlin/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/merlin/APKBUILD b/testing/merlin/APKBUILD
index f9a2a4e360..93a63497b7 100644
--- a/testing/merlin/APKBUILD
+++ b/testing/merlin/APKBUILD
@@ -10,8 +10,6 @@ license="MIT"
depends="ocaml ocaml-findlib"
makedepends="
ocaml
- ocaml-biniou-dev
- ocaml-easy-format-dev
ocaml-findlib-dev
ocaml-yojson-dev
"