Skip to content

Commit

Permalink
weechat: add libgcrypt dependency
Browse files Browse the repository at this point in the history
Fixes Homebrew#15966.
Closes Homebrew#15967.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Stefan authored and adamv committed Nov 11, 2012
1 parent 59a3bd1 commit 7196ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/weechat.rb
Expand Up @@ -8,6 +8,7 @@ class Weechat < Formula
depends_on 'cmake' => :build
depends_on 'gettext'
depends_on 'gnutls'
depends_on 'libgcrypt'
depends_on 'guile' => :optional if build.include? 'guile'
depends_on 'aspell' => :optional if build.include? 'aspell'
depends_on 'lua' => :optional if build.include? 'lua'
Expand Down

0 comments on commit 7196ec9

Please sign in to comment.