aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptzz2015-04-02 18:31:01 +0200
committerTim D. Smith2015-04-02 21:09:49 -0700
commitd9d531ceafa038c9210e9f9a1c74607262faadd4 (patch)
treef4c76e88709e1e76c940cc31a0397ceba6b2d5e4
parent09491b4008226e3a2999c537328a3a2a1c8a9bd4 (diff)
downloadhomebrew-d9d531ceafa038c9210e9f9a1c74607262faadd4.tar.bz2
tig: Make readline recommended instead of required
Closes #38301. Signed-off-by: Tim D. Smith <git@tim-smith.us>
-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?