From 4e866f15d3aed5c456adba86acff883544601a86 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:02 -0500 Subject: schroedinger: modernize autotools deps --- Library/Formula/schroedinger.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index 65ca2679a..d4bd37783 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -8,9 +8,9 @@ class Schroedinger < Formula head do url 'git://diracvideo.org/git/schroedinger.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 'pkg-config' => :build -- cgit v1.2.3