diff options
| author | Jack Nagel | 2014-05-31 20:11:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-31 20:11:05 -0500 |
| commit | c2867908cbe2545ecaf82fa3d88b981ee9931538 (patch) | |
| tree | 19328e6b9e5441148c5ba63b96615161a05027f7 /Library/Formula | |
| parent | 7e0fd3afc796b507330e69cd79c3bec5e65dceeb (diff) | |
| download | homebrew-c2867908cbe2545ecaf82fa3d88b981ee9931538.tar.bz2 | |
privoxy: modernize autotools deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/privoxy.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/privoxy.rb b/Library/Formula/privoxy.rb index de9eef1d6..125f6ebc5 100644 --- a/Library/Formula/privoxy.rb +++ b/Library/Formula/privoxy.rb @@ -5,9 +5,9 @@ class Privoxy < Formula url 'https://downloads.sourceforge.net/project/ijbswa/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz' sha1 '2d73a9146e87218b25989096f63ab0772ce24109' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build depends_on 'pcre' def install |
