wget: fix component order
This commit is contained in:
parent
6db7139208
commit
4f9856c7b2
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ class Wget < Formula
|
|||
depends_on "gettext"
|
||||
end
|
||||
|
||||
deprecated_option "enable-debug" => "with-debug"
|
||||
|
||||
option "with-debug", "Build with debug support"
|
||||
|
||||
deprecated_option "enable-debug" => "with-debug"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "pod2man" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "libidn2"
|
||||
|
|
Loading…
Reference in a new issue