aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-01 21:38:18 -0500
committerJack Nagel2014-06-01 21:38:18 -0500
commit29f9a44af6858973acb238aada54c267980affac (patch)
treeb37eb154135b79fffbde5d40a464653ee6193a0d
parentc6216d2b9275602b510cdd04ba7ff4353b004ff9 (diff)
downloadhomebrew-29f9a44af6858973acb238aada54c267980affac.tar.bz2
tmux: modernize autotools deps
-rw-r--r--Library/Formula/tmux.rb6
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