Skip to content

Commit

Permalink
nano - use s-lang instead of ncursesw
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 31, 2011
1 parent 1593f3e commit d08f8d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions duplicates/nano.rb
Expand Up @@ -5,7 +5,7 @@ class Nano <Formula
homepage 'http://www.nano-editor.org/'
md5 '03233ae480689a008eb98feb1b599807'

depends_on 'ncursesw'
depends_on "s-lang"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand All @@ -15,7 +15,8 @@ def install
"--enable-multibuffer",
"--enable-nanorc",
"--disable-nls",
"--enable-utf8"
"--enable-utf8",
"--with-slang=#{HOMEBREW_PREFIX}"
system "make install"
end
end

0 comments on commit d08f8d1

Please sign in to comment.