From 420212a0eeed964102eca4355b2e8f84994f966f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:02 -0500 Subject: robodoc: modernize autotools deps --- Library/Formula/robodoc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/robodoc.rb b/Library/Formula/robodoc.rb index d67819c9a..d79082c66 100644 --- a/Library/Formula/robodoc.rb +++ b/Library/Formula/robodoc.rb @@ -8,9 +8,9 @@ class Robodoc < Formula head do url 'https://github.com/gumpu/ROBODoc.git' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end def install -- cgit v1.2.3