diff options
-rw-r--r-- | main/libvpx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index e5514282e9..062c16a086 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Library for the vp8 codec" url="http://www.webmproject.org/" license="GPL" depends= -makedepends="coreutils yasm" +makedepends="coreutils yasm bash" install= subpackages="$pkgname-dev" source="http://webm.googlecode.com/files/libvpx-$_ver.tar.bz2 |