diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/schroedinger.rb | 6 |
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 |
