aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-30 15:35:03 -0500
committerJack Nagel2014-05-30 15:35:03 -0500
commit5fc7b8264ed251dd34bf8c8507d172ea13d99c88 (patch)
treee0579d3f787e340a8b3fffe58f9295c0e85560c0 /Library/Formula
parentdf5c3373bc0c02e8ac5edf0a4b08f02f37cb8f90 (diff)
downloadhomebrew-5fc7b8264ed251dd34bf8c8507d172ea13d99c88.tar.bz2
Explicitly mark Xcode deps as build-time deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chrome-cli.rb2
-rw-r--r--Library/Formula/fuse4x-kext.rb2
-rw-r--r--Library/Formula/graphviz.rb2
-rw-r--r--Library/Formula/launch.rb2
-rw-r--r--Library/Formula/osxfuse.rb2
-rw-r--r--Library/Formula/qt5.rb2
-rw-r--r--Library/Formula/terminal-notifier.rb2
-rw-r--r--Library/Formula/unar.rb2
-rw-r--r--Library/Formula/xulrunner.rb2
9 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/chrome-cli.rb b/Library/Formula/chrome-cli.rb
index 367d9c6f2..d2d48dc0c 100644
--- a/Library/Formula/chrome-cli.rb
+++ b/Library/Formula/chrome-cli.rb
@@ -14,7 +14,7 @@ class ChromeCli < Formula
sha1 "1ed37da928049461e239d848a77e3cc1838ee17a" => :mountain_lion
end
- depends_on :xcode
+ depends_on :xcode => :build
depends_on :macos => :mountain_lion
def install
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb
index 1b17b6d32..a9c447fe9 100644
--- a/Library/Formula/fuse4x-kext.rb
+++ b/Library/Formula/fuse4x-kext.rb
@@ -13,7 +13,7 @@ class Fuse4xKext < Formula
sha1 '6f306f38557d016f5eaa0c999f2092d0767870e6' => :lion
end
- depends_on :xcode
+ depends_on :xcode => :build
def install
ENV.delete('CC')
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index be1799542..fb8b5f2e0 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -30,7 +30,7 @@ class Graphviz < Formula
depends_on "librsvg" => :optional
depends_on "freetype" => :optional
depends_on :x11 if build.with? "x"
- depends_on :xcode if build.with? "app"
+ depends_on :xcode => :build if build.with? "app"
fails_with :clang do
build 318
diff --git a/Library/Formula/launch.rb b/Library/Formula/launch.rb
index f078b8ceb..d01b9eec5 100644
--- a/Library/Formula/launch.rb
+++ b/Library/Formula/launch.rb
@@ -13,7 +13,7 @@ class Launch < Formula
sha1 "1166c77e00378087195ad5273685d839dbb9f305" => :lion
end
- depends_on :xcode
+ depends_on :xcode => :build
def install
rm_rf "launch" # We'll build it ourself, thanks.
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb
index 1461cd4f4..70518ee50 100644
--- a/Library/Formula/osxfuse.rb
+++ b/Library/Formula/osxfuse.rb
@@ -13,7 +13,7 @@ class Osxfuse < Formula
end
depends_on :macos => :snow_leopard
- depends_on :xcode
+ depends_on :xcode => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index bcf102172..2b59c363f 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -35,7 +35,7 @@ class Qt5 < Formula
depends_on "pkg-config" => :build
depends_on "d-bus" => :optional
depends_on "mysql" => :optional
- depends_on :xcode
+ depends_on :xcode => :build
def install
ENV.universal_binary if build.universal?
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb
index 926ba29b7..55e9ae429 100644
--- a/Library/Formula/terminal-notifier.rb
+++ b/Library/Formula/terminal-notifier.rb
@@ -14,7 +14,7 @@ class TerminalNotifier < Formula
end
depends_on :macos => :mountain_lion
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-project", "Terminal Notifier.xcodeproj",
diff --git a/Library/Formula/unar.rb b/Library/Formula/unar.rb
index 5cd488b20..bed939561 100644
--- a/Library/Formula/unar.rb
+++ b/Library/Formula/unar.rb
@@ -8,7 +8,7 @@ class Unar < Formula
head 'https://code.google.com/p/theunarchiver/' , :using => :hg
- depends_on :xcode
+ depends_on :xcode => :build
bottle do
cellar :any
diff --git a/Library/Formula/xulrunner.rb b/Library/Formula/xulrunner.rb
index 698b07851..40f071d00 100644
--- a/Library/Formula/xulrunner.rb
+++ b/Library/Formula/xulrunner.rb
@@ -58,7 +58,7 @@ class Xulrunner < Formula
end
depends_on :macos => :lion # needs clang++
- depends_on :xcode
+ depends_on :xcode => :build
depends_on :python => :build
depends_on Python273Requirement => :build
depends_on "gnu-tar" => :build