aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bsdiff.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bsdiff.rb')
-rw-r--r--Library/Formula/bsdiff.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/bsdiff.rb b/Library/Formula/bsdiff.rb
index 7e7352917..7f9e03982 100644
--- a/Library/Formula/bsdiff.rb
+++ b/Library/Formula/bsdiff.rb
@@ -5,12 +5,14 @@ class Bsdiff < Formula
homepage 'http://www.daemonology.net/bsdiff'
md5 'e6d812394f0e0ecc8d5df255aa1db22a'
+ depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3
+
def patches
DATA
end
def install
- system "/usr/bin/bsdmake"
+ system "bsdmake"
bin.install "bsdiff"
man1.install "bsdiff.1"
end