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