diff options
Diffstat (limited to 'Library')
| -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", |
