diff options
| author | Jack Nagel | 2014-06-01 21:38:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-01 21:38:18 -0500 |
| commit | 29f9a44af6858973acb238aada54c267980affac (patch) | |
| tree | b37eb154135b79fffbde5d40a464653ee6193a0d /Library/Formula | |
| parent | c6216d2b9275602b510cdd04ba7ff4353b004ff9 (diff) | |
| download | homebrew-29f9a44af6858973acb238aada54c267980affac.tar.bz2 | |
tmux: modernize autotools deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmux.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index 1382c732f..dfd8251b1 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -15,9 +15,9 @@ class Tmux < Formula head do url 'git://git.code.sf.net/p/tmux/tmux-code' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on 'pkg-config' => :build |
