aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThomas Brown2015-03-23 07:16:32 -0700
committerMike McQuaid2015-03-23 15:34:03 +0000
commit62970ad63fd385ac7277ac6711d5d9d64bd45f2c (patch)
treee96d88ebad1f9b103e9020d3d223a71ec940cd3f /Library
parent97bc7722426583e2def573b1242d517914b0ea40 (diff)
downloadhomebrew-62970ad63fd385ac7277ac6711d5d9d64bd45f2c.tar.bz2
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/markdown.rb1
1 files changed, 1 insertions, 0 deletions
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'