midnight-commander: remove options

This commit is contained in:
FX Coudert 2018-11-02 00:09:40 +01:00
parent 17652befe1
commit eba4b1865f

View file

@ -12,8 +12,6 @@ class MidnightCommander < Formula
sha256 "cf9e47ee1b5a3efbdc88f787496d0baaee65690f27e7cfafa031da2d51658792" => :el_capitan
end
option "without-nls", "Build without Native Language Support"
depends_on "pkg-config" => :build
depends_on "glib"
depends_on "libssh2"
@ -37,8 +35,6 @@ class MidnightCommander < Formula
# https://github.com/MidnightCommander/mc/pull/130
ENV["ac_cv_func_utimensat"] = "no" if MacOS.version >= :high_sierra
args << "--disable-nls" if build.without? "nls"
system "./configure", *args
system "make", "install"
end