transmission: remove Leopard-specific dependency

This commit is contained in:
FX Coudert 2017-05-06 10:50:48 +02:00 committed by ilovezfs
parent 214506209d
commit 0a1432a12b

View file

@ -14,7 +14,6 @@ class Transmission < Formula
option "with-nls", "Build with native language support"
depends_on "pkg-config" => :build
depends_on "curl" if MacOS.version <= :leopard
depends_on "libevent"
if build.with? "nls"