summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-01 19:18:17 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-01 19:47:37 +0100
commit6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d (patch)
tree5ae38c4afd24c8beaca642f7788ac8c3c45fd636 /dev-ml/menhir
parentdev-ml/camlp4: add ocamlbuild dep (diff)
downloadgentoo-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.ebuild5
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