aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/lacaml')
-rw-r--r--dev-ml/lacaml/lacaml-11.0.8.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/lacaml/lacaml-11.0.8.ebuild b/dev-ml/lacaml/lacaml-11.0.8.ebuild
index ea091d80a..7070c04af 100644
--- a/dev-ml/lacaml/lacaml-11.0.8.ebuild
+++ b/dev-ml/lacaml/lacaml-11.0.8.ebuild
@@ -18,8 +18,10 @@ IUSE="ocamlopt"
RDEPEND="
virtual/blas
virtual/lapack
+ dev-ml/dune-configurator
"
-BDEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
"