aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-math-random-isaac-xs
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-11 11:48:29 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-07-11 11:48:29 +0000
commit83c606745cf9ddc00fe1bac97e92b818b9977a8d (patch)
tree3641aa6fe69487190f0c26ee0d9526ca8a298f32 /testing/perl-math-random-isaac-xs
parent2a7760ea8af02ff20318e7289c013ab88db668ea (diff)
downloadaports-83c606745cf9ddc00fe1bac97e92b818b9977a8d.tar.bz2
aports-83c606745cf9ddc00fe1bac97e92b818b9977a8d.tar.xz
testing/perl-math-random-isaac-xs: fix makedepends
Diffstat (limited to 'testing/perl-math-random-isaac-xs')
-rw-r--r--testing/perl-math-random-isaac-xs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-math-random-isaac-xs/APKBUILD b/testing/perl-math-random-isaac-xs/APKBUILD
index 7fb2759ef8..b498f7fa50 100644
--- a/testing/perl-math-random-isaac-xs/APKBUILD
+++ b/testing/perl-math-random-isaac-xs/APKBUILD
@@ -13,7 +13,7 @@ cpandepends=""
cpanmakedepends="perl-test-nowarnings"
cpancheckdepends=""
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev perl-module-build $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/$_pkgreal-$pkgver.tar.gz"