aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/byobu.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/byobu.rb b/Library/Formula/byobu.rb
index 215e01d15..8d693d8d0 100644
--- a/Library/Formula/byobu.rb
+++ b/Library/Formula/byobu.rb
@@ -7,6 +7,7 @@ class Byobu < Formula
depends_on 'coreutils'
depends_on 'gnu-sed' # fails with BSD sed
+ depends_on 'tmux'
def install
system "./configure", "--prefix=#{prefix}"