aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/recode.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 16:17:32 -0500
committerJack Nagel2012-05-15 16:38:16 -0500
commite98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (patch)
treeb106abacbf28911520b9903c165f49300715b785 /Library/Formula/recode.rb
parente459d51d0ba4c98d6825f0a8072b229775979ddd (diff)
downloadhomebrew-e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0.tar.bz2
Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/recode.rb')
-rw-r--r--Library/Formula/recode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/recode.rb b/Library/Formula/recode.rb
index 1188312f7..4daf50753 100644
--- a/Library/Formula/recode.rb
+++ b/Library/Formula/recode.rb
@@ -6,7 +6,7 @@ class Recode < Formula
md5 'f82e9a6ede9119268c13493c9add2809'
depends_on "gettext"
- depends_on "libtool" if MacOS.xcode_version >= "4.3"
+ depends_on "libtool" => :build if MacOS.xcode_version.to_f >= 4.3
# Patches from MacPorts
# No reason for patch given, no link to patches given. Someone shoot that guy :P