poppler: add missing conflicts (#10103)
This commit is contained in:
parent
db6cfef8b1
commit
c53576dc38
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ class Poppler < Formula
|
|||
depends_on "qt5" => :optional
|
||||
depends_on "little-cms2" => :optional
|
||||
|
||||
conflicts_with "pdftohtml", :because => "both install `pdftohtml` binaries"
|
||||
conflicts_with "pdftohtml", "pdf2image", "xpdf",
|
||||
:because => "poppler, pdftohtml, pdf2image, and xpdf install conflicting executables"
|
||||
|
||||
resource "font-data" do
|
||||
url "https://poppler.freedesktop.org/poppler-data-0.4.7.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue