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