diff options
Diffstat (limited to 'main/xkbcomp/APKBUILD')
-rw-r--r-- | main/xkbcomp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xkbcomp/APKBUILD b/main/xkbcomp/APKBUILD index ca5ea9a40b..a51fa4b549 100644 --- a/main/xkbcomp/APKBUILD +++ b/main/xkbcomp/APKBUILD @@ -8,7 +8,7 @@ url="http://xorg.freedesktop.org" arch="all" license="custom" depends= -makedepends="pkgconfig libx11-dev libxkbfile-dev" +makedepends="libx11-dev libxkbfile-dev" subpackages="$pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" |