aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-14 11:13:50 -0800
committerAdam Vandenberg2013-02-14 11:14:08 -0800
commitfd2714981cc208837008351aa50cc09152b56ec8 (patch)
treebff6430c931a1672f2ce7894f58ae06af49920cd /Library/Formula
parentdbba891d4b6f389149032834f5861e4e530c9960 (diff)
downloadhomebrew-fd2714981cc208837008351aa50cc09152b56ec8.tar.bz2
notmuch uses pkg-config
Closes #17833.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/notmuch.rb1
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'