From 509da99d600e48ccf6df1ea8aa3e1136509efcf0 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 17 Dec 2009 14:58:10 +0000 Subject: htop doesn't seem to require ncursesw otool -L showed it linked to the system version, and it compiled without ncursesw installed.--- Library/Formula/htop.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula') 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 '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 -- cgit v1.2.3