wget: fix component order

This commit is contained in:
commitay 2018-09-21 15:02:05 +10:00
parent 6db7139208
commit 4f9856c7b2

View file

@ -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"