diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aplus.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/automake.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/fuse4x.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/libdnet.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/libimobiledevice.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/libmikmod.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/sleuthkit.rb | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 59100e2c9..09d25be93 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -12,8 +12,8 @@ class Aplus < Formula end if MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 6083f36a0..c3da47773 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -6,7 +6,7 @@ class Automake < Formula mirror 'http://ftp.gnu.org/gnu/automake/automake-1.11.3.tar.gz' md5 '93ecb319f0365cb801990b00f658d026' - depends_on "autoconf" + depends_on "autoconf" => :build if MacOS.xcode_version.to_f < 4.3 or File.file? "/usr/bin/automake" keg_only "Xcode (up to and including 4.2) provides (a rather old) Automake." diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index 2d44c3caf..017bef5c2 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -9,8 +9,8 @@ class Fuse4x < Formula depends_on 'fuse4x-kext' if MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install diff --git a/Library/Formula/libdnet.rb b/Library/Formula/libdnet.rb index 1d066f055..9c1bfbbab 100644 --- a/Library/Formula/libdnet.rb +++ b/Library/Formula/libdnet.rb @@ -6,8 +6,8 @@ class Libdnet < Formula md5 '9253ef6de1b5e28e9c9a62b882e44cc9' if ARGV.build_head? and MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index c19480606..1a6a53e12 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -15,8 +15,8 @@ class Libimobiledevice < Formula depends_on 'gnutls' if MacOS.xcode_version >= "4.3" and ARGV.build_head? - depends_on 'libtool' - depends_on 'autoconf' + depends_on 'libtool' => :build + depends_on 'autoconf' => :build end def install diff --git a/Library/Formula/libmikmod.rb b/Library/Formula/libmikmod.rb index d131221dd..283469ad1 100644 --- a/Library/Formula/libmikmod.rb +++ b/Library/Formula/libmikmod.rb @@ -16,8 +16,8 @@ class Libmikmod < Formula end if MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install diff --git a/Library/Formula/sleuthkit.rb b/Library/Formula/sleuthkit.rb index f733490e3..30dd5c0c9 100644 --- a/Library/Formula/sleuthkit.rb +++ b/Library/Formula/sleuthkit.rb @@ -10,8 +10,8 @@ class Sleuthkit < Formula depends_on 'libewf' => :optional if ARGV.build_head? and MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install |
