Commit f5baffa1 authored by John C. Vernaleo's avatar John C. Vernaleo

emacs requires ncurses to run

parent cf88ac6f
......@@ -25,6 +25,7 @@ class Emacs < Package
depends_on "m4" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "ncurses"
def self.build
system "./configure --prefix=/usr/local --without-x --without-makeinfo --without-selinux"
......
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