htop: remove options

This commit is contained in:
FX Coudert 2018-11-02 00:09:40 +01:00
parent 0e171f46bb
commit 9033f65e38

View file

@ -19,10 +19,7 @@ class Htop < Formula
depends_on "libtool" => :build
end
option "with-ncurses", "Build using homebrew ncurses (enables mouse scroll)"
depends_on "pkg-config" => :build
depends_on "ncurses" => :optional
def install
system "./autogen.sh" if build.head?