aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gist.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb
index 880bdd451..e3e7e7bc1 100644
--- a/Library/Formula/gist.rb
+++ b/Library/Formula/gist.rb
@@ -5,6 +5,8 @@ class Gist <Formula
homepage 'http://github.com/defunkt/gist'
md5 'b1ee3a40dfe3c4fff2a98f2c525cb64a'
+ depends_on 'mg' => :ruby
+
def install
system "rake", "install", "prefix=#{prefix}"
end