irrtoolset: modernize autotools deps

master
Jack Nagel 2014-12-04 17:38:01 -05:00
parent fb586f3a77
commit bc52ffee69
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ class Irrtoolset < Formula
head do
url 'svn://irrtoolset.isc.org/trunk'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on 'pkg-config' => :build