aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-30 11:27:40 -0700
committerAdam Vandenberg2013-08-30 11:27:40 -0700
commite5b5a77fb5feb5397a00ee45bbb566e5dd31d850 (patch)
tree9990f6c3acc9152f40aad232e35b2d39188f546a
parent259e37f25fd304aa7152a9b9c4adb8fe3ea8ba32 (diff)
downloadhomebrew-e5b5a77fb5feb5397a00ee45bbb566e5dd31d850.tar.bz2
irssi: requires clt
Closes #20952.
-rw-r--r--Library/Formula/irssi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb
index ce662477b..47f3729a3 100644
--- a/Library/Formula/irssi.rb
+++ b/Library/Formula/irssi.rb
@@ -7,6 +7,7 @@ class Irssi < Formula
option "without-perl", "Build without perl support."
+ depends_on :clt # See https://github.com/mxcl/homebrew/issues/20952
depends_on 'pkg-config' => :build
depends_on 'glib'