Skip to content

Commit

Permalink
plowshare: fix imagemagick dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Oct 27, 2013
1 parent e0237df commit 53d71ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Formula/plowshare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -27,12 +27,6 @@ def 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
Plowshare 4 requires Bash 4+. OS X ships with an old Bash 3 version.
To install Bash 4:
brew install bash
Expand Down

0 comments on commit 53d71ff

Please sign in to comment.