diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:18:17 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | 6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d (patch) | |
tree | 5ae38c4afd24c8beaca642f7788ac8c3c45fd636 /dev-ml/menhir | |
parent | dev-ml/camlp4: add ocamlbuild dep (diff) | |
download | gentoo-6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d.tar.gz gentoo-6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d.tar.bz2 gentoo-6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d.zip |
dev-ml/menhir: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/menhir')
-rw-r--r-- | dev-ml/menhir/menhir-20151112.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/menhir/menhir-20151112.ebuild b/dev-ml/menhir/menhir-20151112.ebuild index a8d4107fe611..61fb1e2d35a7 100644 --- a/dev-ml/menhir/menhir-20151112.ebuild +++ b/dev-ml/menhir/menhir-20151112.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="examples +ocamlopt" -DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_configure() { if ! use ocamlopt ; then |