aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dnsmasq.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dnsmasq.rb b/Library/Formula/dnsmasq.rb
index 87a45244d..1ce8ba231 100644
--- a/Library/Formula/dnsmasq.rb
+++ b/Library/Formula/dnsmasq.rb
@@ -8,6 +8,7 @@ class Dnsmasq < Formula
option 'with-idn', 'Compile with IDN support'
depends_on "libidn" if build.include? 'with-idn'
+ depends_on 'pkg-config' => :build
def install
ENV.deparallelize