plowshare: add caveat about X11 support for imagemagick

Closes Homebrew/homebrew#15550.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Frizlab 2012-10-19 17:48:46 +02:00 committed by Adam Vandenberg
parent e9a7ed561f
commit dc936e1463

View file

@ -24,6 +24,15 @@ class Plowshare < Formula
ENV["PREFIX"] = prefix
system "bash setup.sh install"
end
def caveats; <<-EOS.undent
The default installation of imagemagick does not enable
X11 support. plowshare uses the display command which does
not work if X11 support is not enabled. To enable:
brew remove imagemagick
brew install imagemagick --with-x
EOS
end
end