community/ocaml: add gcc dependency

This commit is contained in:
Jean-Louis Fuchs 2018-02-05 16:06:06 +01:00 committed by Timo Teräs
parent f7c750ced3
commit fc1aaf88d8

View File

@ -2,12 +2,12 @@
# Maintainer: Borys Zhukov <mp5@mp5.im> # Maintainer: Borys Zhukov <mp5@mp5.im>
pkgname=ocaml pkgname=ocaml
pkgver=4.04.2 pkgver=4.04.2
pkgrel=1 pkgrel=2
pkgdesc="Main implementation of the Caml programming language" pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/" url="http://ocaml.org/"
arch="all !x86 !armhf !s390x" arch="all !x86 !armhf !s390x"
license="LGPL-2.0" license="LGPL-2.0"
makedepends="ncurses-dev zlib-dev gdbm-dev" makedepends="ncurses-dev zlib-dev gdbm-dev gcc libc-dev"
depends="ncurses-dev" depends="ncurses-dev"
options="textrels" options="textrels"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"