Skip to content

Commit

Permalink
gwenhywfar: add libgcrypt dependency
Browse files Browse the repository at this point in the history
GnuTLS 3.x no longer depends on libgcrypt, necessitating an explicit dep
here.

Closes Homebrew#16052.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
afh authored and manboubird committed Nov 25, 2012
1 parent fd6c1df commit d4d4ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/gwenhywfar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Gwenhywfar < Formula
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'gnutls'
depends_on 'libgcrypt'

def options
[[
Expand Down

0 comments on commit d4d4ebe

Please sign in to comment.