Updated imagemagick formula to play nicely with rmagick gem

Fixes Homebrew/homebrew#71
This commit is contained in:
bendyworks 2009-09-26 18:09:50 -05:00 committed by Max Howell
parent b8c5c394b1
commit 44d9f9c542

View file

@ -25,7 +25,6 @@ class Imagemagick <Formula
"--with-modules",
"--without-magick-plus-plus",
"--disable-dependency-tracking",
"--disable-shared",
"--without-maximum-compile-warnings",
"--prefix=#{prefix}",
"--disable-osx-universal-binary",
@ -42,4 +41,4 @@ class Imagemagick <Formula
def caveats
"If there is something missing that you need with this formula, please create an issue at #{HOMEBREW_WWW}"
end
end
end