summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/markup')
-rw-r--r--dev-ml/markup/markup-1.0.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/markup/markup-1.0.0.ebuild b/dev-ml/markup/markup-1.0.0.ebuild
index 011aaf40c7e4..c5e722db39c5 100644
--- a/dev-ml/markup/markup-1.0.0.ebuild
+++ b/dev-ml/markup/markup-1.0.0.ebuild
@@ -15,4 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
+DEPEND="dev-ml/lwt"
+RDEPEND="${DEPEND}"
+
S="${WORKDIR}/${PN}.ml-${PV}"