mtools: fix audit
mtools: * `depends_on` (line 18) should be put before `conflicts_with` (line 16)
This commit is contained in:
parent
78180f7fe2
commit
85b4fdb16b
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ class Mtools < Formula
|
|||
sha256 "2415b06b3cc473180cf59e0bd13a4b373ea38996afea75fc24a3f6d71f8bea38" => :mavericks
|
||||
end
|
||||
|
||||
conflicts_with "multimarkdown", :because => "both install `mmd` binaries"
|
||||
|
||||
depends_on :x11 => :optional
|
||||
|
||||
conflicts_with "multimarkdown", :because => "both install `mmd` binaries"
|
||||
|
||||
def install
|
||||
# Prevents errors such as "mainloop.c:89:15: error: expected ')'"
|
||||
# Upstream issue https://lists.gnu.org/archive/html/info-mtools/2014-02/msg00000.html
|
||||
|
|
Loading…
Reference in a new issue