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/libfontenc | |
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/libfontenc')
-rw-r--r-- | main/libfontenc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libfontenc/APKBUILD b/main/libfontenc/APKBUILD index 41a17b51f..e44120769 100644 --- a/main/libfontenc/APKBUILD +++ b/main/libfontenc/APKBUILD @@ -7,7 +7,7 @@ url="http://xorg.freedesktop.org/" arch="all" license="custom" depends= -makedepends="pkgconfig xproto zlib-dev" +makedepends="xproto zlib-dev" subpackages="$pkgname-dev" source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2" |