aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tig.rb')
-rw-r--r--Library/Formula/tig.rb2
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?