diff options
| author | Jack Nagel | 2014-12-05 01:32:34 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-05 01:32:34 -0500 | 
| commit | 3452b6fb1c10b999b2f231b777014b4d441445f3 (patch) | |
| tree | ae2c7ed63481697e48e72f726a2971eddfaccfdb | |
| parent | 3f7cb5feec2980b17786379415df11569dde35b3 (diff) | |
| download | homebrew-3452b6fb1c10b999b2f231b777014b4d441445f3.tar.bz2 | |
wait_on: modernize bsdmake dep
| -rw-r--r-- | Library/Formula/wait_on.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/wait_on.rb b/Library/Formula/wait_on.rb index 558226b1c..93dd1446f 100644 --- a/Library/Formula/wait_on.rb +++ b/Library/Formula/wait_on.rb @@ -5,7 +5,7 @@ class WaitOn < Formula    url 'http://distcache.freebsd.org/ports-distfiles/wait_on-1.1.tar.gz'    sha1 '9e3fb51b6324f5aca7664fb8165f61a52bd5bd61' -  depends_on :bsdmake +  depends_on "bsdmake" => :build    def install      system "bsdmake" | 
