diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/ocaml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 62f26c7d5b..bfc5d8ed4e 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Borys Zhukov <mp5@mp5.im> pkgname=ocaml pkgver=4.04.2 -pkgrel=1 +pkgrel=2 pkgdesc="Main implementation of the Caml programming language" url="http://ocaml.org/" arch="all !x86 !armhf !s390x" license="LGPL-2.0" -makedepends="ncurses-dev zlib-dev gdbm-dev" +makedepends="ncurses-dev zlib-dev gdbm-dev gcc libc-dev" depends="ncurses-dev" options="textrels" subpackages="$pkgname-doc" |