zshdb: modernize autotools deps

master
Jack Nagel 2014-12-04 17:38:03 -05:00
parent 810efa7f81
commit 268adcea54
1 changed files with 2 additions and 2 deletions

View File

@ -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'