diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 01:13:40 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 01:13:40 +0000 |
commit | b2b2fdaa377587094c45ad07e2434ad05fae4ee2 (patch) | |
tree | 09e78f29e45f0205ee0d76ddac43cafb793ec9b9 /community/perl-log-dispatch-config | |
parent | 2fb6b06403b43f5061bd77f280cc6b69eb4e296e (diff) | |
download | aports-b2b2fdaa377587094c45ad07e2434ad05fae4ee2.tar.bz2 aports-b2b2fdaa377587094c45ad07e2434ad05fae4ee2.tar.xz |
community/perl-log-dispatch-config: fix build
Diffstat (limited to 'community/perl-log-dispatch-config')
-rw-r--r-- | community/perl-log-dispatch-config/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-log-dispatch-config/APKBUILD b/community/perl-log-dispatch-config/APKBUILD index 6de0768f44..f2fa97d56c 100644 --- a/community/perl-log-dispatch-config/APKBUILD +++ b/community/perl-log-dispatch-config/APKBUILD @@ -10,7 +10,7 @@ url="http://search.cpan.org/dist/Log-Dispatch-Config/" arch="noarch" license="GPL PerlArtistic" cpandepends="" -cpanmakedepends="" +cpanmakedepends="perl-namespace-autoclean perl-specio perl-params-validationcompiler" depends="$cpandepends perl-log-dispatch perl-io-stringy perl-appconfig" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |