Add optional gdbm dependency to zsh.
This commit is contained in:
parent
b504772b77
commit
e9639d3b87
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class Zsh <Formula
|
|||
@homepage='http://www.zsh.org/'
|
||||
@md5='031efc8c8efb9778ffa8afbcd75f0152'
|
||||
|
||||
depends_on 'gdbm' => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
"--prefix=#{prefix}",
|
||||
|
|
Loading…
Reference in a new issue