From 62970ad63fd385ac7277ac6711d5d9d64bd45f2c Mon Sep 17 00:00:00 2001 From: Thomas Brown Date: Mon, 23 Mar 2015 07:16:32 -0700 Subject: markdown: note that this conflicts with multimarkdown. Both the markdown recipe and the multimarkdown recipe provide a markdown binary, resulting in a conflict. Closes #37994. Signed-off-by: Mike McQuaid --- Library/Formula/markdown.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb index 3f9c1aee5..69eb4fa54 100644 --- a/Library/Formula/markdown.rb +++ b/Library/Formula/markdown.rb @@ -7,6 +7,7 @@ class Markdown < Formula conflicts_with 'discount', :because => 'both markdown and discount ship a `markdown` executable.' + conflicts_with 'markdown', :because => 'both install `markdown` binaries' def install bin.install 'Markdown.pl' => 'markdown' -- cgit v1.2.3