diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index b97acf82e..7dca60c6d 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -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}", |
