aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxml++.rb2
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",