From fb586f3a77eb0b5ae5cd85a8481f958a3b7be68a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:00 -0500 Subject: [PATCH] freealut: modernize autotools deps --- Formula/freealut.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/freealut.rb b/Formula/freealut.rb index b0fb7d74ce..fe68f054b7 100644 --- a/Formula/freealut.rb +++ b/Formula/freealut.rb @@ -9,9 +9,9 @@ class Freealut < Formula # Adds the OpenAL frameworks to the library list so linking succeeds patch :DATA - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build def install system "./autogen.sh"