diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 13:17:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 13:17:52 +0000 |
commit | 4bf37051cd16b058abbf468276fa9dcc352b5a4c (patch) | |
tree | d2885449798b1327e9fb8b4ec84c2fe1ef0a18f1 /testing | |
parent | 7816089f20b107fb4f6620903bfd745956038467 (diff) | |
download | aports-4bf37051cd16b058abbf468276fa9dcc352b5a4c.tar.bz2 aports-4bf37051cd16b058abbf468276fa9dcc352b5a4c.tar.xz |
main/qpdf: we need perl for fix-qpdf
Diffstat (limited to 'testing')
-rw-r--r-- | testing/qpdf/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/qpdf/APKBUILD b/testing/qpdf/APKBUILD index 277a408505..58119fbd04 100644 --- a/testing/qpdf/APKBUILD +++ b/testing/qpdf/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qpdf pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Command-line tools and library for transforming PDF files" url="http://qpdf.sourceforge.net/" arch="all" license="Artistic 2.0" -depends="" +# fix-qpdf is a perl script +depends="perl" depends_dev="pcre-dev zlib-dev" makedepends="$depends_dev bash" install="" |