diff options
Diffstat (limited to 'Library/Formula/watch.rb')
| -rw-r--r-- | Library/Formula/watch.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/watch.rb b/Library/Formula/watch.rb index 07453ea58..94838cd82 100644 --- a/Library/Formula/watch.rb +++ b/Library/Formula/watch.rb @@ -3,8 +3,10 @@ require 'formula' class Watch < Formula homepage 'http://procps.sourceforge.net/' url 'http://procps.sourceforge.net/procps-3.2.8.tar.gz' + version '0.2.0' # watch command itself is version 0.2.0 sha1 'a0c86790569dec26b5d9037e8868ca907acc9829' - version '0.2.0' + + conflicts_with 'visionmedia-watch' def install system "make", "watch", "PKG_LDFLAGS=-Wl" |
