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