diff options
Diffstat (limited to 'dev-ml/bolt')
-rw-r--r-- | dev-ml/bolt/bolt-1.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-ml/bolt/bolt-1.4.ebuild b/dev-ml/bolt/bolt-1.4.ebuild index e7e9e060e5a8..a9f423b90245 100644 --- a/dev-ml/bolt/bolt-1.4.ebuild +++ b/dev-ml/bolt/bolt-1.4.ebuild @@ -15,9 +15,11 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -DEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt] + dev-ml/camlp4:=" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild +" src_configure() { sh configure |