src: add dependency on rcs.
Closes Homebrew/homebrew#35590. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f60b90510d
commit
b0675db8a0
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ class Src < Formula
|
|||
sha1 "bbabdfe74081f4624a487d845f20750b142c5b05" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "rcs"
|
||||
|
||||
# test is failing on Mountain Lion
|
||||
depends_on :macos => :mavericks
|
||||
|
||||
|
|
Loading…
Reference in a new issue