expat: mark as keg-only
This commit is contained in:
parent
b8bc64e3bf
commit
d95adce59c
1 changed files with 2 additions and 4 deletions
|
@ -12,6 +12,8 @@ class Expat < Formula
|
|||
sha1 "9be7ecfc6f4e2e58361af84e303214b842c652b7" => :lion
|
||||
end
|
||||
|
||||
keg_only :provided_by_osx, "OS X includes Expat 1.5."
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
|
@ -21,8 +23,4 @@ class Expat < Formula
|
|||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
def caveats
|
||||
"Note that OS X has Expat 1.5 installed in /usr already."
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue