aboutsummaryrefslogtreecommitdiffstats
path: root/testing/reason
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-11 19:03:46 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-11 19:11:21 +0100
commitc2859137fc2af848bd282bad72fc6b25de4943e6 (patch)
treee4730fd3a286934d31d07ff02ae09e7c9b17be5d /testing/reason
parentd73a3851302da1626c97f869bb77cfd6a8cb37d0 (diff)
downloadaports-c2859137fc2af848bd282bad72fc6b25de4943e6.tar.bz2
aports-c2859137fc2af848bd282bad72fc6b25de4943e6.tar.xz
testing/reason: -rebuild needs ocaml in runtime
Diffstat (limited to 'testing/reason')
-rw-r--r--testing/reason/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD
index a8843f6c90..e0e37874d6 100644
--- a/testing/reason/APKBUILD
+++ b/testing/reason/APKBUILD
@@ -116,7 +116,7 @@ reactjs() {
rebuild() {
pkgdesc="Simple build system for Reason based on OCamlbuild"
- depends="$pkgname ocaml-ocamlbuild"
+ depends="$pkgname ocaml ocaml-ocamlbuild"
_submv usr/bin/rebuild
}