aboutsummaryrefslogtreecommitdiffstats
path: root/testing/plzip
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-07 10:26:20 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-07 11:38:04 +0200
commitaf3a360f5aa3c851c1be2ffe65a3139052c658d3 (patch)
tree18b685a11d6a2e8fedd64ae36de04ce11a9c8d21 /testing/plzip
parent1dfec27b14f97a3ca883db556d46a23b33c48c86 (diff)
downloadaports-af3a360f5aa3c851c1be2ffe65a3139052c658d3.tar.bz2
aports-af3a360f5aa3c851c1be2ffe65a3139052c658d3.tar.xz
testing/plzip: add lzlib to makedepends
Diffstat (limited to 'testing/plzip')
-rw-r--r--testing/plzip/APKBUILD2
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"