diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-11 12:32:06 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-11 12:32:06 +0100 |
commit | 15a84886a8f984577ea01a74201f2f7523b77233 (patch) | |
tree | 3fc04773626f486f24ad905268e4d1971b4d20fa /main/perl-text-wikiformat/APKBUILD | |
parent | 053aa56c7bbcc1c79364cd27d290e3a01ad8f923 (diff) | |
download | aports-15a84886a8f984577ea01a74201f2f7523b77233.tar.bz2 aports-15a84886a8f984577ea01a74201f2f7523b77233.tar.xz |
main/perl-text-wikiformat: build fix
Diffstat (limited to 'main/perl-text-wikiformat/APKBUILD')
-rw-r--r-- | main/perl-text-wikiformat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/perl-text-wikiformat/APKBUILD b/main/perl-text-wikiformat/APKBUILD index d2d5581671..81dbfa3999 100644 --- a/main/perl-text-wikiformat/APKBUILD +++ b/main/perl-text-wikiformat/APKBUILD @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="perl-uri" cpanmakedepends=" " depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/C/CY/CYCLES/$_pkgreal-$pkgver.tar.gz" |