diff options
Diffstat (limited to 'Library/Formula/wait_on.rb')
| -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" |
