summaryrefslogtreecommitdiffstats
path: root/main/libx11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-09 08:24:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-09 08:24:00 +0000
commit02b250ecd4d80cb4cf2843e4402a769ab0bd07e6 (patch)
treed3057212598cfba3fea58aa5edcf4ee7764abd53 /main/libx11
parentb2cba7ec1365853a10042f501d62cf0402226aaf (diff)
downloadaports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.bz2
aports-02b250ecd4d80cb4cf2843e4402a769ab0bd07e6.tar.xz
main/*: cleanup: remove pkgconfig from makedepends
it should be pulled in automatically
Diffstat (limited to 'main/libx11')
-rw-r--r--main/libx11/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD
index 7508239af..68cb67c4c 100644
--- a/main/libx11/APKBUILD
+++ b/main/libx11/APKBUILD
@@ -10,7 +10,7 @@ depends=
subpackages="$pkgname-dev $pkgname-doc"
depends_dev="libxcb-dev xproto xextproto xf86bigfontproto xtrans kbproto
inputproto"
-makedepends="$depends_dev util-macros pkgconfig"
+makedepends="$depends_dev util-macros"
source="http://xorg.freedesktop.org/releases/individual/lib/libX11-$pkgver.tar.bz2
"