aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-30 15:41:18 -0500
committerJack Nagel2014-05-30 17:23:07 -0500
commit68c4c7de40b375225e76bb0cbf4278377dd0c5a4 (patch)
treed914a876e8fbc5f9b1ed075fc467088b2aeddc1a /Library
parent5fc7b8264ed251dd34bf8c8507d172ea13d99c88 (diff)
downloadhomebrew-68c4c7de40b375225e76bb0cbf4278377dd0c5a4.tar.bz2
Explicitly mark Xcode deps as build-time deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/blueutil.rb2
-rw-r--r--Library/Formula/class-dump.rb2
-rw-r--r--Library/Formula/contacts.rb2
-rw-r--r--Library/Formula/freerdp.rb2
-rw-r--r--Library/Formula/horndis.rb2
-rw-r--r--Library/Formula/imagesnap.rb2
-rw-r--r--Library/Formula/irrlicht.rb2
-rw-r--r--Library/Formula/libmxml.rb2
-rw-r--r--Library/Formula/macvim.rb2
-rw-r--r--Library/Formula/mogenerator.rb2
-rw-r--r--Library/Formula/mplayershell.rb2
-rw-r--r--Library/Formula/objc-codegenutils.rb2
-rw-r--r--Library/Formula/platypus.rb2
-rw-r--r--Library/Formula/wry.rb2
14 files changed, 14 insertions, 14 deletions
diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb
index 64bfa1ed4..d24f5a2cb 100644
--- a/Library/Formula/blueutil.rb
+++ b/Library/Formula/blueutil.rb
@@ -7,7 +7,7 @@ class Blueutil < Formula
head 'https://github.com/toy/blueutil.git'
- depends_on :xcode
+ depends_on :xcode => :build
def install
# Set to build with SDK=macosx10.6, but it doesn't actually need 10.6
diff --git a/Library/Formula/class-dump.rb b/Library/Formula/class-dump.rb
index c7cdfdcdf..c289298e9 100644
--- a/Library/Formula/class-dump.rb
+++ b/Library/Formula/class-dump.rb
@@ -6,8 +6,8 @@ class ClassDump < Formula
url 'https://github.com/nygard/class-dump/archive/3.5.tar.gz'
sha1 'c343bec63878161b02c956f49c9c1c8d989b4b5a'
- depends_on :xcode
depends_on :macos => :mavericks
+ depends_on :xcode => :build
def install
xcodebuild "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES"
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb
index a2771994b..056b6489d 100644
--- a/Library/Formula/contacts.rb
+++ b/Library/Formula/contacts.rb
@@ -9,7 +9,7 @@ class Contacts < Formula
version '1.1a-3'
sha1 '79526dd96e5b5297daaae6327c79de9366f94c87'
- depends_on :xcode
+ depends_on :xcode => :build
def install
system "make", "SDKROOT=#{MacOS.sdk_path}"
diff --git a/Library/Formula/freerdp.rb b/Library/Formula/freerdp.rb
index 6bcd9eb89..dcd257a26 100644
--- a/Library/Formula/freerdp.rb
+++ b/Library/Formula/freerdp.rb
@@ -26,7 +26,7 @@ class Freerdp < Formula
head do
url "https://github.com/FreeRDP/FreeRDP.git"
- depends_on :xcode # for "ibtool"
+ depends_on :xcode => :build # for "ibtool"
end
depends_on :x11
diff --git a/Library/Formula/horndis.rb b/Library/Formula/horndis.rb
index 3a0753836..461f7a17e 100644
--- a/Library/Formula/horndis.rb
+++ b/Library/Formula/horndis.rb
@@ -5,7 +5,7 @@ class Horndis < Formula
url "https://github.com/jwise/HoRNDIS/archive/rel5.tar.gz"
sha1 "5f01c62ae61554252c0fe727e414edcb8e060106"
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-configuration", "Release", "SDKROOT=", "MACOSX_DEPLOYMENT_TARGET=", "GCC_VERSION=", "ONLY_ACTIVE_ARCH=YES", "SYMROOT=build"
diff --git a/Library/Formula/imagesnap.rb b/Library/Formula/imagesnap.rb
index 2489cdbc5..10804ec08 100644
--- a/Library/Formula/imagesnap.rb
+++ b/Library/Formula/imagesnap.rb
@@ -5,7 +5,7 @@ class Imagesnap < Formula
url 'https://downloads.sourceforge.net/project/iharder/imagesnap/ImageSnap-v0.2.5.tgz'
sha1 '3761bada4fddc92df0c61750d5ead24cf944c469'
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-project", "ImageSnap.xcodeproj", "SYMROOT=build", "-sdk", "macosx#{MacOS.version}"
diff --git a/Library/Formula/irrlicht.rb b/Library/Formula/irrlicht.rb
index 1774c0a44..aae9a66f3 100644
--- a/Library/Formula/irrlicht.rb
+++ b/Library/Formula/irrlicht.rb
@@ -6,7 +6,7 @@ class Irrlicht < Formula
url 'https://downloads.sourceforge.net/irrlicht/irrlicht-1.8.1.zip'
sha1 '231cd2cf2eefe43bde7c40537ece055a3d6e09cb'
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-project", "source/Irrlicht/MacOSX/MacOSX.xcodeproj",
diff --git a/Library/Formula/libmxml.rb b/Library/Formula/libmxml.rb
index b7d32ff12..a99a733d5 100644
--- a/Library/Formula/libmxml.rb
+++ b/Library/Formula/libmxml.rb
@@ -5,7 +5,7 @@ class Libmxml < Formula
url "http://www.msweet.org/files/project3/mxml-2.8.tar.gz"
sha1 "09d88f1720f69b64b76910dfe2a5c5fa24a8b361"
- depends_on :xcode # for docsetutil
+ depends_on :xcode => :build # for docsetutil
def install
system "./configure", "--disable-debug",
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 0960b7967..76803266a 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -12,7 +12,7 @@ class Macvim < Formula
option "custom-icons", "Try to generate custom document icons"
option "override-system-vim", "Override system vim"
- depends_on :xcode
+ depends_on :xcode => :build
depends_on 'cscope' => :recommended
depends_on 'lua' => :optional
depends_on 'luajit' => :optional
diff --git a/Library/Formula/mogenerator.rb b/Library/Formula/mogenerator.rb
index a50d1b976..e0f752ca1 100644
--- a/Library/Formula/mogenerator.rb
+++ b/Library/Formula/mogenerator.rb
@@ -7,7 +7,7 @@ class Mogenerator < Formula
head 'https://github.com/rentzsch/mogenerator.git'
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-target", "mogenerator", "-configuration", "Release","SYMROOT=symroot", "OBJROOT=objroot"
diff --git a/Library/Formula/mplayershell.rb b/Library/Formula/mplayershell.rb
index 99cd3099b..2a6b83b20 100644
--- a/Library/Formula/mplayershell.rb
+++ b/Library/Formula/mplayershell.rb
@@ -16,7 +16,7 @@ class Mplayershell < Formula
depends_on MPlayerPresented
depends_on :macos => :lion
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-project",
diff --git a/Library/Formula/objc-codegenutils.rb b/Library/Formula/objc-codegenutils.rb
index c8ca85124..716d79051 100644
--- a/Library/Formula/objc-codegenutils.rb
+++ b/Library/Formula/objc-codegenutils.rb
@@ -5,8 +5,8 @@ class ObjcCodegenutils < Formula
url "https://github.com/square/objc-codegenutils/archive/v1.0.tar.gz"
sha1 "ed22e553e3b0f5aaa445d912af287714aeb09f7b"
- depends_on :xcode
depends_on :macos => :mountain_lion
+ depends_on :xcode => :build
def install
xcodebuild "-project", "codegenutils.xcodeproj", "-target", "assetgen", "-configuration", "Release","SYMROOT=build", "OBJROOT=build"
diff --git a/Library/Formula/platypus.rb b/Library/Formula/platypus.rb
index 3e9f0315d..97a96f55a 100644
--- a/Library/Formula/platypus.rb
+++ b/Library/Formula/platypus.rb
@@ -6,7 +6,7 @@ class Platypus < Formula
sha1 "39d165b9579600cef637b45c70c82307697bb7be"
head "https://github.com/sveinbjornt/Platypus.git", :branch => "master"
- depends_on :xcode
+ depends_on :xcode => :build
def install
# 4.8 tarball has extra __MACOSX folder, so go to the right one
diff --git a/Library/Formula/wry.rb b/Library/Formula/wry.rb
index 50781fc0e..b5969506d 100644
--- a/Library/Formula/wry.rb
+++ b/Library/Formula/wry.rb
@@ -8,7 +8,7 @@ class Wry < Formula
head "https://github.com/hoop33/wry.git"
depends_on :macos => :lion
- depends_on :xcode
+ depends_on :xcode => :build
def install
xcodebuild "-target", "wry", "-configuration", "Release", "SYMROOT=build", "OBJROOT=objroot"