community/ocaml-camlp4: use ocaml-findlib for build

This commit is contained in:
Jakub Jirutka 2018-03-11 19:10:05 +01:00
parent 0a773df31f
commit d73a385130

View File

@ -15,7 +15,7 @@ license="LGPL-2.0-or-later-WITH-linking-exception"
depends="ocaml-runtime=~$_ocamlver ocaml-ocamlbuild"
depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="ocaml=~$_ocamlver ocaml-compiler-libs=~$_ocamlver
ocaml-ocamlbuild-dev ocamlbuild"
ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild"
replaces="camlp4" # for backward compatibility
provides="camlp4=$pkgver-r$pkgrel" # for backward compatibility
subpackages="$pkgname-dev"