byobu: fix dependency order

This commit is contained in:
commitay 2018-09-17 18:56:30 +10:00
parent 0ce6243be2
commit 8e59e7f718

View file

@ -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"