diff options
Diffstat (limited to 'Library/Formula/tig.rb')
| -rw-r--r-- | Library/Formula/tig.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb index 026d79986..499fb15e6 100644 --- a/Library/Formula/tig.rb +++ b/Library/Formula/tig.rb @@ -25,7 +25,7 @@ class Tig < Formula depends_on "xmlto" end - depends_on "readline" + depends_on "readline" => :recommended def install system "./autogen.sh" if build.head? |
