diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 13:28:21 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-01 13:28:21 +0000 |
commit | 4e3629e0f861c8660778db91af79d73d7887f646 (patch) | |
tree | b15f52e5580b81910f8399465c6e5f092815938c /testing | |
parent | a45095e1417a41b36f1fc2197b58e37f814221db (diff) | |
download | aports-4e3629e0f861c8660778db91af79d73d7887f646.tar.bz2 aports-4e3629e0f861c8660778db91af79d73d7887f646.tar.xz |
testing/polygraph: needs zlib
Diffstat (limited to 'testing')
-rw-r--r-- | testing/polygraph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/polygraph/APKBUILD b/testing/polygraph/APKBUILD index 5f199807e7..7f6737e820 100644 --- a/testing/polygraph/APKBUILD +++ b/testing/polygraph/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=polygraph pkgver=4.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Performance testing tool for Web intermediaries" url="http://www.web-polygraph.org" arch="all" license="Apache2" -depends= +depends="zlib-dev" depends_dev= makedepends="$depends_dev" install= |