aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocamlbuild
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-11 18:18:40 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-11 19:11:21 +0100
commit734cc085534f6925bfcb09311ab9accbaaf6bb83 (patch)
tree0f8b07479bda78cf1c08d5bdef4b7289b9ee0577 /community/ocamlbuild
parentac17cc599007fef6e71ccc868565bbd811834f4c (diff)
downloadaports-734cc085534f6925bfcb09311ab9accbaaf6bb83.tar.bz2
aports-734cc085534f6925bfcb09311ab9accbaaf6bb83.tar.xz
community/ocamlbuild: add missing dependency cmd:tput (ncurses)
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r--community/ocamlbuild/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index 2c0c358758..506200d9fd 100644
--- a/community/ocamlbuild/APKBUILD
+++ b/community/ocamlbuild/APKBUILD
@@ -8,6 +8,7 @@ url="https://github.com/ocaml/ocamlbuild"
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
license="LGPL-2.0-or-later-WITH-linking-exception"
checkdepends="ocaml-compiler-libs ocaml-findlib"
+depends="cmd:tput"
makedepends="ocaml"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz"