diff options
| author | Tryn Mirell | 2013-06-20 19:01:18 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-20 20:05:12 -0700 |
| commit | 17d2e23622bbffc530ca5c8182f40cc09f40b869 (patch) | |
| tree | 5924472b82ab440c3f689a9ef2595bb01f3dcb17 | |
| parent | c98e5b604c3af6455a825c193d9efe7bda30ee1c (diff) | |
| download | homebrew-17d2e23622bbffc530ca5c8182f40cc09f40b869.tar.bz2 | |
dnsmasq: add pkg-config dependency
Needed when using with --with-libidn
Closes #20647.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/dnsmasq.rb | 1 |
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 |
