autobrew: declare conflict with mactex

As reported in https://github.com/jbarlow83/homebrew-ocrmypdf/issues/4#issuecomment-345029899
This commit is contained in:
James R. Barlow
2017-11-16 14:53:42 -08:00
parent 3ef766bb93
commit a00ef4836d
+4
View File
@@ -23,6 +23,10 @@ class Ocrmypdf < Formula
depends_on "unpaper"
depends_on "qpdf"
# mactex installs its own ghostscript by default which causes problems
# mactex users should use caskroom/cask/mactex-no-ghostscript instead
conflicts_with cask: "caskroom/cask/mactex"
# For Pillow source install
depends_on "openjpeg"
depends_on "freetype"