cmake requires ncurses, otherwise bootstrap fails

parent 00023b89
......@@ -7,6 +7,7 @@ class Cmake < Package
depends_on 'buildessential'
depends_on 'openssl'
depends_on 'ncurses'
def self.build
system "./bootstrap"
......
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