Skip to content

Commit

Permalink
dnscrypt-proxy: modernize autotools deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Dec 4, 2014
1 parent 82c5084 commit 47c4342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/dnscrypt-proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 47c4342

Please sign in to comment.