diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/htop.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb index f578207f2..54e8fcd74 100644 --- a/Library/Formula/htop.rb +++ b/Library/Formula/htop.rb @@ -4,12 +4,9 @@ class Htop <Formula head 'git://github.com/AndyA/htop-osx.git', :branch => 'osx' homepage 'http://htop.sourceforge.net/' - depends_on 'ncursesw' - def install system "./autogen.sh" system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make", "install", "DEFAULT_INCLUDES='-iquote .'" end - end |
