diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/markdown.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb index 69eb4fa54..b9b4eb8b2 100644 --- a/Library/Formula/markdown.rb +++ b/Library/Formula/markdown.rb @@ -7,7 +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' + conflicts_with 'multimarkdown', :because => 'both install `markdown` binaries' def install bin.install 'Markdown.pl' => 'markdown' diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 0c370741d..7cb7a953b 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -15,7 +15,7 @@ class Multimarkdown < Formula end conflicts_with 'mtools', :because => 'both install `mmd` binaries' - conflicts_with 'multimarkdown', :because => 'both install `markdown` binaries' + conflicts_with 'markdown', :because => 'both install `markdown` binaries' def install ENV.append 'CFLAGS', '-g -O3 -include GLibFacade.h' |
