cdiff: depend on python instead of :python
This commit is contained in:
parent
c485791e72
commit
858939f492
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Cdiff < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
conflicts_with "colordiff", :because => "both install `cdiff` binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue