diff options
| author | Jack Nagel | 2014-12-04 12:01:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 12:01:20 -0500 |
| commit | 6d80129b36b8cf436aa8f184b32c6cf5875e6a50 (patch) | |
| tree | 044c70105d997dc3420d911829c124a8ec0b2149 /Library/Formula/dnscrypt-proxy.rb | |
| parent | bc6d9096b7c07ed5591a7ce314ebf952e157925a (diff) | |
| download | homebrew-6d80129b36b8cf436aa8f184b32c6cf5875e6a50.tar.bz2 | |
dnscrypt-proxy: modernize autotools deps
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
| -rw-r--r-- | Library/Formula/dnscrypt-proxy.rb | 6 |
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." |
