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