src: fix audit
src: * `depends_on` (line 21) should be put before `conflicts_with` (line 19)
This commit is contained in:
parent
b80095621a
commit
6d35f9a9d5
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class Src < Formula
|
|||
depends_on "asciidoc" => :build
|
||||
end
|
||||
|
||||
conflicts_with "srclib", :because => "both install a 'src' binary"
|
||||
|
||||
depends_on "rcs"
|
||||
|
||||
conflicts_with "srclib", :because => "both install a 'src' binary"
|
||||
|
||||
def install
|
||||
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" if build.head?
|
||||
|
||||
|
|
Loading…
Reference in a new issue