diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bsdiff.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/httpry.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/proctools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/spiped.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/bsdiff.rb b/Library/Formula/bsdiff.rb index 7f9e03982..322f476cc 100644 --- a/Library/Formula/bsdiff.rb +++ b/Library/Formula/bsdiff.rb @@ -5,7 +5,7 @@ class Bsdiff < Formula homepage 'http://www.daemonology.net/bsdiff' md5 'e6d812394f0e0ecc8d5df255aa1db22a' - depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3 + depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3 def patches DATA diff --git a/Library/Formula/httpry.rb b/Library/Formula/httpry.rb index 6bcd100d2..3da8ebfba 100644 --- a/Library/Formula/httpry.rb +++ b/Library/Formula/httpry.rb @@ -5,7 +5,7 @@ class Httpry < Formula homepage 'http://dumpsterventures.com/jason/httpry/' md5 '7fbba29eaeec1fd6b25e6fa3a12be25d' - depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3 + depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3 def install system "bsdmake" diff --git a/Library/Formula/proctools.rb b/Library/Formula/proctools.rb index 94d9a0ec4..602ba13e4 100644 --- a/Library/Formula/proctools.rb +++ b/Library/Formula/proctools.rb @@ -6,7 +6,7 @@ class Proctools < Formula version '0.4pre1' md5 '714e4350749c680a7806635632d524b1' - depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3 + depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3 def patches base = "https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files" diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb index af8bbcde1..3f475289c 100644 --- a/Library/Formula/spiped.rb +++ b/Library/Formula/spiped.rb @@ -5,7 +5,7 @@ class Spiped < Formula url 'http://www.tarsnap.com/spiped/spiped-1.1.0.tgz' sha256 'b727b902310d217d56c07d503c4175c65387ff07c9cd50a24584903faf9f3dc3' - depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3 + depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3 def install system "bsdmake", "LDADD=-lcrypto", "BINDIR_DEFAULT=#{bin}", "install" |
