aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imagemagick.rb
diff options
context:
space:
mode:
authorJack Nagel2013-11-04 12:00:06 -0600
committerJack Nagel2013-11-04 12:10:26 -0600
commit14a1fa8ab91933d82ca05ca7fba998ddc01f7895 (patch)
tree48be3c2c05e9869d77de0252f3557ce76af27ff9 /Library/Formula/imagemagick.rb
parentd7f5d6cdc13bb6fff8e42b9c13512f683be22d0c (diff)
downloadhomebrew-14a1fa8ab91933d82ca05ca7fba998ddc01f7895.tar.bz2
Remove special cases in build-time dep audit
Closes #23931.
Diffstat (limited to 'Library/Formula/imagemagick.rb')
-rw-r--r--Library/Formula/imagemagick.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 2e8f74efb..22e09a49e 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -24,7 +24,7 @@ class Imagemagick < Formula
option 'with-perl', 'enable build/install of PerlMagick'
option 'without-magick-plus-plus', 'disable build/install of Magick++'
- depends_on :libltdl
+ depends_on :libtool => :run
depends_on 'pkg-config' => :build