Skip to content

Commit

Permalink
gmime: add build-time dep on libgpg-error
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#19236.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
Peter Aronoff authored and jacknagel committed Apr 16, 2013
1 parent bff9321 commit 5c7bbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/gmime.rb
Expand Up @@ -7,6 +7,7 @@ class Gmime < Formula

depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'libgpg-error' => :build
depends_on 'glib'

def install
Expand Down

0 comments on commit 5c7bbdd

Please sign in to comment.