gdnsd: modernize autotools deps

master
Jack Nagel 2014-12-04 12:01:21 -05:00
parent 39702dc7fb
commit 232290fabe
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ class Gdnsd < Formula
head do
url "https://github.com/gdnsd/gdnsd.git"
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on "libev"