Add optional gdbm dependency to zsh.

This commit is contained in:
Adam Vandenberg 2010-04-20 20:47:36 -07:00
parent b504772b77
commit e9639d3b87

View file

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