Change to force both ncurses and ncursesw at the time of ncurses installation...

Change to force both ncurses and ncursesw at the time of ncurses installation for the ease of development.
Then, we don't need to think like which library is required for each packages.
parent 4181fb9c
......@@ -6,6 +6,7 @@ class Ncurses < Package
source_sha1 'acd606135a5124905da770803c05f1f20dd3b21c'
depends_on "diffutils"
depends_on "ncursesw"
def self.build
system './configure ' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment