community/ocamlbuild: add missing dependency cmd:tput (ncurses)

This commit is contained in:
Jakub Jirutka 2018-03-11 18:18:40 +01:00
parent ac17cc5990
commit 734cc08553

View File

@ -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"