diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-05 07:51:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-05 07:51:48 +0000 |
commit | c402240342ed4bf857ddbc4196f913a3d81904ff (patch) | |
tree | a180bdb9c64f370319f7ca7be48798e237e1e318 /testing/perl-io-async-loop-glib | |
parent | 9832c41fc84518c35dfd53221c050a7b59b083e2 (diff) | |
download | aports-c402240342ed4bf857ddbc4196f913a3d81904ff.tar.bz2 aports-c402240342ed4bf857ddbc4196f913a3d81904ff.tar.xz |
testing/perl-io-async-loop-glib: build fix. needs perl-test-* stuff
Diffstat (limited to 'testing/perl-io-async-loop-glib')
-rw-r--r-- | testing/perl-io-async-loop-glib/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/perl-io-async-loop-glib/APKBUILD b/testing/perl-io-async-loop-glib/APKBUILD index da6feb7ca0..08d9d75dd5 100644 --- a/testing/perl-io-async-loop-glib/APKBUILD +++ b/testing/perl-io-async-loop-glib/APKBUILD @@ -12,7 +12,8 @@ license="GPL PerlArtistic" cpandepends="perl-glib perl-io-async" cpanmakedepends="perl-io-async" depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-test-pod perl-test-fatal + perl-test-refcount" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" |