From 06dc694fc4d8c7e58fa77a021005994dade775d5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 27 Oct 2013 12:51:47 -0500 Subject: plowshare: fix imagemagick dep Fixes #23656. --- Library/Formula/plowshare.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index 43346acd1..bcf8b27fc 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -9,7 +9,7 @@ class Plowshare < Formula head 'https://code.google.com/p/plowshare/', :using => :git depends_on 'recode' - depends_on 'imagemagick' + depends_on 'imagemagick' => 'with-x11' depends_on 'tesseract' depends_on 'spidermonkey' depends_on 'aview' @@ -27,12 +27,6 @@ class Plowshare < Formula 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 - Plowshare 4 requires Bash 4+. OS X ships with an old Bash 3 version. To install Bash 4: brew install bash -- cgit v1.2.3