diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/macaque/macaque-0.7.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/macaque/macaque-0.7.4.ebuild b/dev-ml/macaque/macaque-0.7.4.ebuild index 19d2258ef8c6..c969f6b8fff5 100644 --- a/dev-ml/macaque/macaque-0.7.4.ebuild +++ b/dev-ml/macaque/macaque-0.7.4.ebuild @@ -15,9 +15,10 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ml/pgocaml-2.1:= +RDEPEND=">=dev-ml/pgocaml-2.1:= dev-ml/camlp4:=" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-ml/oasis" DOCS=( Changelog README.md ) OASIS_SETUP_COMMAND="./setup.exe" |