poppler: fix typo
Closes Homebrew/homebrew#24998. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5fdc76d157
commit
b58a8fd549
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Poppler < Formula
|
|||
depends_on 'glib' => :optional
|
||||
depends_on 'cairo' if build.with? 'glib' # Needs a newer Cairo build than OS X 10.6.7 provides
|
||||
|
||||
conflicts_with 'pdftohtml', :beacuse => 'both install `pdftohtml` binaries'
|
||||
conflicts_with 'pdftohtml', :because => 'both install `pdftohtml` binaries'
|
||||
|
||||
conflicts_with 'pdf2image', 'xpdf',
|
||||
:because => 'poppler, pdf2image, and xpdf install conflicting executables'
|
||||
|
|
Loading…
Reference in a new issue