dnsmasq: add pkg-config dependency

Needed when using with --with-libidn

Closes Homebrew/homebrew#20647.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Tryn Mirell 2013-06-20 19:01:18 -05:00 committed by Adam Vandenberg
parent 1f9c96e474
commit 40f650c67c

View file

@ -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