byobu: fix dependency order
This commit is contained in:
parent
0ce6243be2
commit
8e59e7f718
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ class Byobu < Formula
|
|||
head do
|
||||
url "https://github.com/dustinkirkland/byobu.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
depends_on "coreutils"
|
||||
depends_on "gnu-sed" # fails with BSD sed
|
||||
depends_on "tmux"
|
||||
depends_on "newt"
|
||||
depends_on "tmux"
|
||||
|
||||
conflicts_with "ctail", :because => "both install `ctail` binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue