diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libvirt.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index eaa68ee07..052263feb 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -7,9 +7,10 @@ class Libvirt < Formula option 'without-libvirtd', 'Build only the virsh client and development libraries' - depends_on "gnutls" + depends_on 'pkg-config' => :build + depends_on 'gnutls' depends_on 'libgcrypt' - depends_on "yajl" + depends_on 'yajl' if MacOS.version == :leopard # Definitely needed on Leopard, but not on Snow Leopard. |
