aria2: Use a newer version of libxml2 on Leopard

Closes Homebrew/homebrew#10940.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Rogério Brito 2012-03-14 11:54:19 -03:00 committed by Adam Vandenberg
parent d04e2b3b21
commit bbd0c8bcfb

View file

@ -7,6 +7,9 @@ class Aria2 < Formula
depends_on 'pkg-config' => :build
# Leopard's libxml2 is too old.
depends_on 'libxml2' if MacOS.leopard?
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"