aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Dippery2010-10-05 10:43:19 -0400
committerAdam Vandenberg2010-10-05 08:28:21 -0700
commit29d879b56cb5dcfcea1e19aa5f3632987a79471a (patch)
tree7b5731a30fcd7a74145eb8839d77de2d9d222595 /Library
parent730f311b3cbebd9db4821e15968e50418b3f9159 (diff)
downloadhomebrew-29d879b56cb5dcfcea1e19aa5f3632987a79471a.tar.bz2
imagemagick: Remove extra "depends_on" statement
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index eb22e0274..7e8c1d33e 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -46,7 +46,6 @@ class Imagemagick <Formula
depends_on 'libtiff' => :optional
depends_on 'little-cms' => :optional
depends_on 'jasper' => :optional
- depends_on 'little-cms' => :optional
depends_on 'libwmf' if use_wmf?