From 56b57d583e874e6dfe7a417d329a147e4d4b064f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:03 -0500 Subject: zshdb: modernize autotools deps --- Library/Formula/zshdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3