aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml
diff options
context:
space:
mode:
authorAnil Madhavapeddy <anil@recoil.org>2017-01-03 13:45:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-03 18:25:40 +0100
commitafb11a9918b780ab3fc02786678611a560beab43 (patch)
tree0a517a1761ed6144c7931324d1e450b1ab3eece2 /community/ocaml
parent8073f1eb09036d310ccc410cd99b6bf588d4b719 (diff)
downloadaports-afb11a9918b780ab3fc02786678611a560beab43.tar.bz2
aports-afb11a9918b780ab3fc02786678611a560beab43.tar.xz
community/ocaml: add runtime ncurses dependency
Diffstat (limited to 'community/ocaml')
-rw-r--r--community/ocaml/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index 6307200420..f36f614b73 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Borys Zhukov <mp5@mp5.im>
pkgname=ocaml
pkgver=4.04.0
-pkgrel=1
+pkgrel=2
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
arch="all !x86 !armhf"
license="LGPLv2"
makedepends="ncurses-dev zlib-dev gdbm-dev"
+depends="ncurses-dev"
install=""
options="textrels"
subpackages="$pkgname-doc"