diff options
Diffstat (limited to 'community/sniproxy/APKBUILD')
-rw-r--r-- | community/sniproxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sniproxy/APKBUILD b/community/sniproxy/APKBUILD index 82c8dca1e5..b64cb21753 100644 --- a/community/sniproxy/APKBUILD +++ b/community/sniproxy/APKBUILD @@ -2,14 +2,14 @@ pkgname=sniproxy pkgver=0.5.0 pkgrel=0 -pkgdesc="Proxies incoming HTTP and TLS connections based on the hostname +pkgdesc="Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session." url="https://github.com/dlundquist/sniproxy" arch="all" license="GPL" depends= depends_dev= -makedepends="$depends_dev autoconf automake bsd-compat-headers gettext-dev +makedepends="$depends_dev autoconf automake bsd-compat-headers gettext-dev libev-dev libtool pcre-dev udns-dev " install="${pkgname}.pre-install" |