diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 08:24:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 08:24:00 +0000 |
commit | 02b250ecd4d80cb4cf2843e4402a769ab0bd07e6 (patch) | |
tree | d3057212598cfba3fea58aa5edcf4ee7764abd53 /main/ttf-freefont | |
parent | b2cba7ec1365853a10042f501d62cf0402226aaf (diff) | |
download | aports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.bz2 aports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.xz |
main/*: cleanup: remove pkgconfig from makedepends
it should be pulled in automatically
Diffstat (limited to 'main/ttf-freefont')
-rw-r--r-- | main/ttf-freefont/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ttf-freefont/APKBUILD b/main/ttf-freefont/APKBUILD index e335abed21..62af4cf583 100644 --- a/main/ttf-freefont/APKBUILD +++ b/main/ttf-freefont/APKBUILD @@ -7,7 +7,7 @@ url="http://www.nongnu.org/freefont/" arch="noarch" license="GPL" depends="fontconfig encodings mkfontdir mkfontscale" -makedepends="pkgconfig font-util-dev" +makedepends="font-util-dev" install= source="http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.zip" |