diff options
| author | Charlie Sharpsteen | 2011-11-29 00:01:13 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-11-29 00:01:13 -0800 |
| commit | db613359d453f2eae77706712f8b07d7bc47beea (patch) | |
| tree | 7151b60092b25a917681e6cd69594839b424d515 /Library/Formula/libxml++.rb | |
| parent | 83307a3dc31f71efc453b3e6ce0938b8a89f24af (diff) | |
| download | homebrew-db613359d453f2eae77706712f8b07d7bc47beea.tar.bz2 | |
libxml++: depends_on LibXML on Leopard
Diffstat (limited to 'Library/Formula/libxml++.rb')
| -rw-r--r-- | Library/Formula/libxml++.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb index 3ed8463ce..548612e50 100644 --- a/Library/Formula/libxml++.rb +++ b/Library/Formula/libxml++.rb @@ -6,6 +6,8 @@ class Libxmlxx < Formula md5 'c73e3916a1a0f4d01291c852e9af6241' depends_on 'glibmm' + # LibXML++ can't compile agains the version of LibXML shipped with Leopard + depends_on 'libxml2' if MacOS.leopard? def install system "./configure", "--disable-dependency-tracking", |
