Commit 98d72562 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #386 from jam7/dep-cmake

cmake requires ncurses, otherwise bootstrap fails
parents 5edc1a0f 562a5f9b
......@@ -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