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