diff options
| -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' |
