From 17d2e23622bbffc530ca5c8182f40cc09f40b869 Mon Sep 17 00:00:00 2001 From: Tryn Mirell Date: Thu, 20 Jun 2013 19:01:18 -0500 Subject: dnsmasq: add pkg-config dependency Needed when using with --with-libidn Closes #20647. Signed-off-by: Adam Vandenberg --- Library/Formula/dnsmasq.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3