From 7fc8cc09a3a3c633eb20f4419eb373c035bf1aff Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 9 Jul 2013 19:30:15 -0700 Subject: Replace == :leopard with <= :leopard --- Library/Formula/libxml++.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/libxml++.rb') diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb index a132b58e7..3a5b295fb 100644 --- a/Library/Formula/libxml++.rb +++ b/Library/Formula/libxml++.rb @@ -8,7 +8,7 @@ class Libxmlxx < Formula 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 + depends_on 'libxml2' if MacOS.version <= :leopard def install system "./configure", "--disable-dependency-tracking", -- cgit v1.2.3