aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
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