aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:20 -0500
committerJack Nagel2014-12-04 12:01:20 -0500
commit6d80129b36b8cf436aa8f184b32c6cf5875e6a50 (patch)
tree044c70105d997dc3420d911829c124a8ec0b2149 /Library/Formula/dnscrypt-proxy.rb
parentbc6d9096b7c07ed5591a7ce314ebf952e157925a (diff)
downloadhomebrew-6d80129b36b8cf436aa8f184b32c6cf5875e6a50.tar.bz2
dnscrypt-proxy: modernize autotools deps
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb
index 9c2a9c353..e33647a22 100644
--- a/Library/Formula/dnscrypt-proxy.rb
+++ b/Library/Formula/dnscrypt-proxy.rb
@@ -15,9 +15,9 @@ class DnscryptProxy < Formula
head do
url "https://github.com/jedisct1/dnscrypt-proxy.git"
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
option "plugins", "Support plugins and install example plugins."