From c26863fea26a7e5a2d0d8f474b9c937996f6fa52 Mon Sep 17 00:00:00 2001 From: co-me Date: Sun, 16 Jun 2013 19:08:34 +0900 Subject: byobu 5.41 Closes #20538. Signed-off-by: Adam Vandenberg --- Library/Formula/byobu.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/byobu.rb b/Library/Formula/byobu.rb index b3a04c69a..a0f49153a 100644 --- a/Library/Formula/byobu.rb +++ b/Library/Formula/byobu.rb @@ -8,6 +8,7 @@ class Byobu < Formula depends_on 'coreutils' depends_on 'gnu-sed' # fails with BSD sed depends_on 'tmux' + depends_on 'newt' => 'with-python' def install system "./configure", "--prefix=#{prefix}" -- cgit v1.2.3