Skip to content

Commit

Permalink
git: fix subversion dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jan 20, 2015
1 parent 637ee1f commit b016628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Git < Formula
# See https://github.com/Homebrew/homebrew/issues/34554
if build.with? "brewed-svn"
depends_on "swig"
depends_on "subversion" => "perl"
depends_on "subversion" => "with-perl"
end

def install
Expand Down

0 comments on commit b016628

Please sign in to comment.