diff options
| author | Adam Vandenberg | 2013-02-14 11:13:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-14 11:14:08 -0800 |
| commit | fd2714981cc208837008351aa50cc09152b56ec8 (patch) | |
| tree | bff6430c931a1672f2ce7894f58ae06af49920cd /Library/Formula | |
| parent | dbba891d4b6f389149032834f5861e4e530c9960 (diff) | |
| download | homebrew-fd2714981cc208837008351aa50cc09152b56ec8.tar.bz2 | |
notmuch uses pkg-config
Closes #17833.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/notmuch.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index f357b747d..5ab24c312 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -22,6 +22,7 @@ class Notmuch < Formula option "emacs", "Install emacs support." depends_on NewEnoughEmacs if build.include? "emacs" + depends_on 'pkg-config' => :build depends_on 'xapian' depends_on 'talloc' depends_on 'gmime' |
