midnight-commander: remove options
This commit is contained in:
parent
17652befe1
commit
eba4b1865f
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue