diff options
| author | Jack Nagel | 2014-12-04 17:38:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 19:54:18 -0500 |
| commit | e689c46d12ef2f197ec63575ee317e74dca7ca23 (patch) | |
| tree | 5693d1f15f08743d43d0e7d835c2c6c03c9c760d /Library/Formula | |
| parent | 44f950bdaad15629235c15c3b6847d34a5017be2 (diff) | |
| download | homebrew-e689c46d12ef2f197ec63575ee317e74dca7ca23.tar.bz2 | |
tcpflow: modernize autotools deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tcpflow.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb index 980a02110..39c527f0b 100644 --- a/Library/Formula/tcpflow.rb +++ b/Library/Formula/tcpflow.rb @@ -7,9 +7,9 @@ class Tcpflow < Formula head do url 'https://github.com/simsong/tcpflow.git' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on 'boost' => :build |
