diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-07 10:26:20 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-07 11:38:04 +0200 |
commit | af3a360f5aa3c851c1be2ffe65a3139052c658d3 (patch) | |
tree | 18b685a11d6a2e8fedd64ae36de04ce11a9c8d21 /testing | |
parent | 1dfec27b14f97a3ca883db556d46a23b33c48c86 (diff) | |
download | aports-af3a360f5aa3c851c1be2ffe65a3139052c658d3.tar.bz2 aports-af3a360f5aa3c851c1be2ffe65a3139052c658d3.tar.xz |
testing/plzip: add lzlib to makedepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/plzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plzip/APKBUILD b/testing/plzip/APKBUILD index 38999c38ca..15250d11c3 100644 --- a/testing/plzip/APKBUILD +++ b/testing/plzip/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL2+" depends="" depends_dev="" -makedepends="" +makedepends="lzlib" install="" subpackages="${pkgname}-doc" source="http://download.savannah.gnu.org/releases/lzip/${pkgname}/${pkgname}-${pkgver}.tar.gz" |