Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.

Commit ad830ff

Browse files
committed
tmux: Depends on ncurses for Linuxbrew
Closes #1048 Closes #1049. Signed-off-by: Shaun Jackman <sjackman@gmail.com>
1 parent 5cf590e commit ad830ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Formula/tmux.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Tmux < Formula
3939

4040
depends_on "pkg-config" => :build
4141
depends_on "libevent"
42+
depends_on "homebrew/dupes/ncurses" unless OS.mac?
4243

4344
def install
4445
system "sh", "autogen.sh" if build.head?

0 commit comments

Comments
 (0)