diff options
| author | Peter Aronoff | 2013-04-16 09:07:06 -0400 |
|---|---|---|
| committer | Jack Nagel | 2013-04-16 16:32:48 -0500 |
| commit | 04b7a9b93d94191596b5b192574fb324d66310e3 (patch) | |
| tree | 00c3d68ae199224a0fb737b65be1a7e6f65a541b | |
| parent | 9b9c76fabf2d873bd7107942142c235f6a11d845 (diff) | |
| download | homebrew-04b7a9b93d94191596b5b192574fb324d66310e3.tar.bz2 | |
gmime: add build-time dep on libgpg-error
Closes #19236.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gmime.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gmime.rb b/Library/Formula/gmime.rb index 57270a8ec..cb92007ff 100644 --- a/Library/Formula/gmime.rb +++ b/Library/Formula/gmime.rb @@ -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 |
