Commit c4df90a7 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1240 from jcvernaleo/jcv_emacs

emacs requires ncurses to run
parents f5b0a9a1 f5baffa1
...@@ -25,6 +25,7 @@ class Emacs < Package ...@@ -25,6 +25,7 @@ class Emacs < Package
depends_on "m4" => :build depends_on "m4" => :build
depends_on "autoconf" => :build depends_on "autoconf" => :build
depends_on "automake" => :build depends_on "automake" => :build
depends_on "ncurses"
def self.build def self.build
system "./configure \ 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