rakudo: add missing build deps to make this build.

This commit is contained in:
Juan RP 2016-04-02 08:18:10 +02:00
parent 927904da60
commit 705568abc3

View file

@ -6,7 +6,7 @@ build_style=configure
configure_script="perl Configure.pl" configure_script="perl Configure.pl"
configure_args="--prefix=/usr --backends=moar" configure_args="--prefix=/usr --backends=moar"
hostmakedepends="perl" hostmakedepends="perl"
makedepends="nqp" makedepends="nqp libatomic_ops-devel libffi-devel libuv-devel"
depends="nqp>=${version}" depends="nqp>=${version}"
short_desc="Rakudo is an implementation of Perl 6 language" short_desc="Rakudo is an implementation of Perl 6 language"
maintainer="Ruslan <axetwe@gmail.com>" maintainer="Ruslan <axetwe@gmail.com>"