From a46e84c08c54215820f0a9f8ba52fbc56bdd1b75 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 20 Feb 2013 17:41:02 -0600 Subject: libxml++ uses pkg-config Fixes #17975. --- Library/Formula/libxml++.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/libxml++.rb') diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb index dd63db58e..a132b58e7 100644 --- a/Library/Formula/libxml++.rb +++ b/Library/Formula/libxml++.rb @@ -5,6 +5,7 @@ class Libxmlxx < Formula homepage 'http://libxmlplusplus.sourceforge.net' sha256 '38f20632a711d06166b03a2a92ce71b08130ac30e014805a7052ae3f4c0b15e8' + depends_on 'pkg-config' => :build depends_on 'glibmm' # LibXML++ can't compile agains the version of LibXML shipped with Leopard depends_on 'libxml2' if MacOS.version == :leopard -- cgit v1.2.3