aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorptzz2015-04-02 15:58:05 +0200
committerTim D. Smith2015-04-02 21:09:48 -0700
commit09491b4008226e3a2999c537328a3a2a1c8a9bd4 (patch)
tree19e35ec886bb898945a9c5d0d68e89396076b7e6 /Library/Formula
parent44b2f7b6e7374cdb705ccf2b47d7b93e4b594b7c (diff)
downloadhomebrew-09491b4008226e3a2999c537328a3a2a1c8a9bd4.tar.bz2
tig: Add readline support
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tig.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index 918a755bf..026d79986 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -25,6 +25,8 @@ class Tig < Formula
depends_on "xmlto"
end
+ depends_on "readline"
+
def install
system "./autogen.sh" if build.head?
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"