diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-10-10 05:32:32 -0500 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-10-10 05:32:32 -0500 |
commit | 47c69c42c939b236ca2a32c4152d09a6d3828398 (patch) | |
tree | c12710513b28cb740326177e16c5c95eed19bb9a | |
parent | e8301e3062d7482df18022f119d264d8558b6fd2 (diff) | |
download | packages-47c69c42c939b236ca2a32c4152d09a6d3828398.tar.gz packages-47c69c42c939b236ca2a32c4152d09a6d3828398.tar.bz2 packages-47c69c42c939b236ca2a32c4152d09a6d3828398.tar.xz packages-47c69c42c939b236ca2a32c4152d09a6d3828398.zip |
system/perl-unicode-linebreak: add missing perl-dev dep
-rw-r--r-- | system/perl-unicode-linebreak/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/perl-unicode-linebreak/APKBUILD b/system/perl-unicode-linebreak/APKBUILD index 1f10cb7bb..c981c7e78 100644 --- a/system/perl-unicode-linebreak/APKBUILD +++ b/system/perl-unicode-linebreak/APKBUILD @@ -9,6 +9,7 @@ url="https://metacpan.org/release/Unicode-LineBreak" arch="all" license="Artistic-1.0-Perl AND GPL-2.0+" depends="perl perl-mime-charset" +makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-$pkgver.tar.gz ftp://unicode.org/Public/$_univer/ucd/auxiliary/GraphemeBreakTest.txt |