From c6cf8acbf408406b5ec7ccf712c4cd4a7dfe5c62 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 May 2014 20:11:05 -0500 Subject: subversion: modernize autotools deps --- Library/Formula/qemu.rb | 2 +- Library/Formula/subversion.rb | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 236897c03..c3218d925 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -9,7 +9,7 @@ class Qemu < Formula head 'git://git.qemu-project.org/qemu.git' depends_on 'pkg-config' => :build - depends_on :libtool + depends_on 'libtool' => :build depends_on 'jpeg' depends_on 'gnutls' depends_on 'glib' diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 84dcc6515..cc3f98236 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -23,16 +23,15 @@ class Subversion < Formula sha1 'eafc8317d7a9c77d4db9ce1e5c71a33822f57c3a' end - depends_on 'pkg-config' => :build + depends_on "pkg-config" => :build + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build # Always build against Homebrew versions instead of system versions for consistency. depends_on 'sqlite' depends_on :python => :optional - depends_on :autoconf - depends_on :automake - depends_on :libtool - # Bindings require swig depends_on 'swig' if build.include? 'perl' or build.with? 'python' or build.include? 'ruby' -- cgit v1.2.3