diff options
| author | Jack Nagel | 2014-12-04 17:38:03 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 19:54:18 -0500 |
| commit | 56b57d583e874e6dfe7a417d329a147e4d4b064f (patch) | |
| tree | d84ad42544622f03523ea8aa8fe423bd3a8a4e2a /Library | |
| parent | 1cf15515dc6c717ffacef45bfccdb5d867124154 (diff) | |
| download | homebrew-56b57d583e874e6dfe7a417d329a147e4d4b064f.tar.bz2 | |
zshdb: modernize autotools deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zshdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zshdb.rb b/Library/Formula/zshdb.rb index fcea53158..f7833b6c5 100644 --- a/Library/Formula/zshdb.rb +++ b/Library/Formula/zshdb.rb @@ -7,8 +7,8 @@ class Zshdb < Formula head do url 'https://github.com/rocky/zshdb.git' - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on 'zsh' |
