diff options
| author | Jack Nagel | 2014-05-23 16:17:35 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-23 16:17:35 -0500 | 
| commit | 78c2a7c62afd32ce18e6feade82db629baa579eb (patch) | |
| tree | 0c739ad4a242ba08530d02ca56c08eef5636f166 /Library/Formula/zpython.rb | |
| parent | dbfa5e3219b383d5f6df2185806d07504c500b0a (diff) | |
| download | homebrew-78c2a7c62afd32ce18e6feade82db629baa579eb.tar.bz2 | |
Convert more symbol deps
Diffstat (limited to 'Library/Formula/zpython.rb')
| -rw-r--r-- | Library/Formula/zpython.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zpython.rb b/Library/Formula/zpython.rb index b7e66ec59..fcde33b8e 100644 --- a/Library/Formula/zpython.rb +++ b/Library/Formula/zpython.rb @@ -40,7 +40,7 @@ class Zpython < Formula    head 'https://bitbucket.org/ZyX_I/zsh.git', :branch => 'zpython'    depends_on Zsh5Installed -  depends_on :autoconf => :build +  depends_on "autoconf" => :build    def install      args = %W[  | 
