Skip to content

Commit

Permalink
zsh: use keg-only ncurses.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarrick committed Oct 16, 2018
1 parent 2b97bb3 commit 9e7e5b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/zsh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Zsh < Formula
url "https://downloads.sourceforge.net/project/zsh/zsh/5.6.2/zsh-5.6.2.tar.xz"
mirror "https://www.zsh.org/pub/zsh-5.6.2.tar.xz"
sha256 "a50bd66c0557e8eca3b8fa24e85d0de533e775d7a22df042da90488623752e9e"
revision 1

bottle do
sha256 "443795937f11b04a0bff7047fb183c18f48dabff111d1b9f7f576a9881285f58" => :mojave
Expand All @@ -22,6 +23,7 @@ class Zsh < Formula

deprecated_option "disable-etcdir" => "without-etcdir"

depends_on "ncurses"
depends_on "gdbm" => :optional
depends_on "pcre" => :optional

Expand Down

0 comments on commit 9e7e5b4

Please sign in to comment.