aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:02 -0500
committerJack Nagel2014-12-04 19:54:18 -0500
commit420212a0eeed964102eca4355b2e8f84994f966f (patch)
tree20e99a92757158ff1605ff4997e4a80e2e9de180 /Library/Formula
parent910ef08b15fad1a236b75c5d0cb886294872233f (diff)
downloadhomebrew-420212a0eeed964102eca4355b2e8f84994f966f.tar.bz2
robodoc: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/robodoc.rb6
1 files changed, 3 insertions, 3 deletions
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