diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-11 09:48:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-11 09:48:54 +0000 |
commit | 4cb986f786b87ddf587c8398c4f726be1e09b5c3 (patch) | |
tree | b6281496518c12625b497f0e9c4bbec3baa94dab /testing/varnish | |
parent | c4a463529f3646820e5974346162d23e9129b008 (diff) | |
download | aports-4cb986f786b87ddf587c8398c4f726be1e09b5c3.tar.bz2 aports-4cb986f786b87ddf587c8398c4f726be1e09b5c3.tar.xz |
testing/varnish: add uclibc-dev to depends
fixes #1183
Diffstat (limited to 'testing/varnish')
-rw-r--r-- | testing/varnish/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/varnish/APKBUILD b/testing/varnish/APKBUILD index c6b111cf6c..a6207a8446 100644 --- a/testing/varnish/APKBUILD +++ b/testing/varnish/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=varnish pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" license="BSD" -depends="gcc" +depends="gcc uclibc-dev" depends_dev= makedepends="$depends_dev pcre-dev ncurses-dev" install="" |