diff options
Diffstat (limited to 'Library/Formula/httpry.rb')
| -rw-r--r-- | Library/Formula/httpry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
