diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 18:18:40 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:11:21 +0100 |
commit | 734cc085534f6925bfcb09311ab9accbaaf6bb83 (patch) | |
tree | 0f8b07479bda78cf1c08d5bdef4b7289b9ee0577 /community/ocamlbuild/APKBUILD | |
parent | ac17cc599007fef6e71ccc868565bbd811834f4c (diff) | |
download | aports-734cc085534f6925bfcb09311ab9accbaaf6bb83.tar.bz2 aports-734cc085534f6925bfcb09311ab9accbaaf6bb83.tar.xz |
community/ocamlbuild: add missing dependency cmd:tput (ncurses)
Diffstat (limited to 'community/ocamlbuild/APKBUILD')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 1 |
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" |