summaryrefslogtreecommitdiffstats
path: root/testing/proxychains
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-04-14 19:21:57 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-05-17 13:51:23 +0000
commit4f80e6210ecd560cf7d256d49ab50e03da547c19 (patch)
tree785ec6a72cb896fd58e9d548f55399b4b80f1a1f /testing/proxychains
parent5676e15eb48ef8e4a63a5cdd3e41543af48a8334 (diff)
downloadaports-4f80e6210ecd560cf7d256d49ab50e03da547c19.tar.bz2
aports-4f80e6210ecd560cf7d256d49ab50e03da547c19.tar.xz
testing/proxychains: missing dep added
Diffstat (limited to 'testing/proxychains')
-rw-r--r--testing/proxychains/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/proxychains/APKBUILD b/testing/proxychains/APKBUILD
index 3b902d715..dfd7cd62e 100644
--- a/testing/proxychains/APKBUILD
+++ b/testing/proxychains/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Provides proxy support to any application"
url="http://proxychains.sourceforge.net"
arch="all"
license="GPL2+"
-depends=""
+depends="bind-tools"
depends_dev=""
makedepends="$depends_dev"
install=""