summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiyoshi Aman <aphrael@alpinelinux.org>2011-03-14 10:42:59 -0400
committerKiyoshi Aman <aphrael@alpinelinux.org>2011-03-14 10:43:27 -0400
commit0f2bad3a8f9b54395aa6045f9d88e7cfaee51e5a (patch)
treee161209bc8091622b497ea86e48aca06c18d7966
parent67668e75891222f73dab8a0d12e8163f820e6541 (diff)
downloadaports-0f2bad3a8f9b54395aa6045f9d88e7cfaee51e5a.tar.bz2
aports-0f2bad3a8f9b54395aa6045f9d88e7cfaee51e5a.tar.xz
testing/perl-extutils-cchecker: Fix depends.
-rw-r--r--testing/perl-extutils-cchecker/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-extutils-cchecker/APKBUILD b/testing/perl-extutils-cchecker/APKBUILD
index 9b3a52f2e..8eeaf8577 100644
--- a/testing/perl-extutils-cchecker/APKBUILD
+++ b/testing/perl-extutils-cchecker/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Perl module configuration-time utilities for using C headers, libraries
url="http://search.cpan.org/dist/ExtUtils-CChecker/"
arch="noarch"
license="GPL PerlArtistic"
-depends=
+depends="perl-test-exception"
makedepends="perl-dev perl-test-exception"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"