diff options
| author | Jack Nagel | 2014-05-11 18:22:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-11 18:22:23 -0500 |
| commit | cc62679924651a7b9c47abf518035b82039395bd (patch) | |
| tree | 53fb5a0c7968992a72fe28dcb3d273f74a6f173c | |
| parent | 1323750d3a46a9f8d2edd4de9272f182547d4ed3 (diff) | |
| download | homebrew-cc62679924651a7b9c47abf518035b82039395bd.tar.bz2 | |
irssi: remove dependency on the CLT
| -rw-r--r-- | Library/Formula/irssi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index 5af0ae441..f9fbd004f 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -7,7 +7,6 @@ class Irssi < Formula option "without-perl", "Build without perl support" - depends_on :clt # See https://github.com/Homebrew/homebrew/issues/20952 depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'openssl' => :optional @@ -29,6 +28,7 @@ class Irssi < Formula --with-proxy --enable-ipv6 --with-socks + --with-ncurses=#{MacOS.sdk_path}/usr ] if build.with? "perl" |
