entr: depend on mercurial instead of :hg
This commit is contained in:
parent
e76154c4e1
commit
9007fc83dd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Entr < Formula
|
|||
|
||||
head do
|
||||
url "https://bitbucket.org/eradman/entr", :using => :hg
|
||||
depends_on :hg => :build
|
||||
depends_on "mercurial" => :build
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue