diff options
| author | Thomas Brown | 2015-03-23 07:15:14 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-23 15:34:03 +0000 |
| commit | 97bc7722426583e2def573b1242d517914b0ea40 (patch) | |
| tree | 280332d5d8b7877875e00f93233aa73e20599834 /Library | |
| parent | 61c84670f0796c85fcd6e1af7b807cdab5d4f2a7 (diff) | |
| download | homebrew-97bc7722426583e2def573b1242d517914b0ea40.tar.bz2 | |
multimarkdown: note that this conflicts with markdown.
Both the markdown recipe and the multimarkdown recipe provide a markdown
binary, resulting in a conflict.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index e025b8c40..0c370741d 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -15,6 +15,7 @@ class Multimarkdown < Formula end conflicts_with 'mtools', :because => 'both install `mmd` binaries' + conflicts_with 'multimarkdown', :because => 'both install `markdown` binaries' def install ENV.append 'CFLAGS', '-g -O3 -include GLibFacade.h' |
