diff options
| author | Jack Nagel | 2013-02-20 17:41:02 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-20 17:41:35 -0600 |
| commit | a46e84c08c54215820f0a9f8ba52fbc56bdd1b75 (patch) | |
| tree | 6178b7cc66df7a060ca99a993268309c44417067 /Library/Formula/libxml++.rb | |
| parent | a0e56345ea55f7ee3c41d6bf13f9cfb3af635323 (diff) | |
| download | homebrew-a46e84c08c54215820f0a9f8ba52fbc56bdd1b75.tar.bz2 | |
libxml++ uses pkg-config
Fixes #17975.
Diffstat (limited to 'Library/Formula/libxml++.rb')
| -rw-r--r-- | Library/Formula/libxml++.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
