aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-09 12:07:24 -0700
committerAdam Vandenberg2010-07-09 12:07:40 -0700
commit34fc01d4ab7c7f740702909cac0b14235c3d37cf (patch)
tree2abddb80b778e2fe087f7f499b95511cc6384081 /Library/Formula/git-flow.rb
parent21fd4c916a2cb1d902dafb114842adc29028a2ba (diff)
downloadhomebrew-34fc01d4ab7c7f740702909cac0b14235c3d37cf.tar.bz2
git-flow - remove git dependency comments
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index efe90043b..cd75b1e6a 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -10,13 +10,7 @@ class GitFlow <Formula
homepage 'http://github.com/nvie/gitflow'
- # You need git to install, since we install from a git repo
- # You also need git to run the scripts.
- # But we're not going to mark it as a dependency just yet:
- # The user may have a non-brew git installed already.
- # depends_on 'git'
-
def install
- system "make", "prefix=#{prefix}", "install"
+ system "make", "prefix=#{prefix}", "install"
end
end