aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-15 15:58:41 -0700
committerAdam Vandenberg2010-08-15 16:03:33 -0700
commit598b54ec6a9017a3563adc0322c31b1c3f7f138c (patch)
tree7d2b93a646fc7e48579223ee3714f3912afe47c4 /Library/Formula/wget.rb
parent8ddc0ef20b7e26648bada225be953bf7447715e7 (diff)
downloadhomebrew-598b54ec6a9017a3563adc0322c31b1c3f7f138c.tar.bz2
Update wget comments since libidn doesn't require gettext
Diffstat (limited to 'Library/Formula/wget.rb')
-rw-r--r--Library/Formula/wget.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 84bd175dc..d2b9ec7e6 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -1,8 +1,5 @@
require 'formula'
-# iri support requires libidn, which pulls in getteext, so we
-# disable this by default.
-
class Wget <Formula
homepage 'http://www.gnu.org/software/wget/'
url 'http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2'
@@ -11,7 +8,7 @@ class Wget <Formula
depends_on "libidn" if ARGV.include? "--enable-iri"
def options
- [["--enable-iri", "Enable iri support (which pulls in libidn and gettext.)"]]
+ [["--enable-iri", "Enable iri support."]]
end
def install