diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-03 15:06:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-03 15:07:07 +0000 |
commit | 8d76e95d99689642b74233ac8522299c5ce9a16e (patch) | |
tree | cdcf91086e27baa51e4fe3f079c37b3b7e127e99 /testing/qpdf | |
parent | b1142880156f5cf96352a4e511fa5dd373852f5a (diff) | |
download | aports-8d76e95d99689642b74233ac8522299c5ce9a16e.tar.bz2 aports-8d76e95d99689642b74233ac8522299c5ce9a16e.tar.xz |
testing/qpdf: build fix
needs bash
Diffstat (limited to 'testing/qpdf')
-rw-r--r-- | testing/qpdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qpdf/APKBUILD b/testing/qpdf/APKBUILD index 16a5327ba5..14595ac902 100644 --- a/testing/qpdf/APKBUILD +++ b/testing/qpdf/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="Artistic 2.0" depends="" depends_dev="" -makedepends="$depends_dev pcre-dev zlib-dev" +makedepends="$depends_dev pcre-dev zlib-dev bash" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-$pkgver.tar.gz" |