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

Use proper variable for include directory.

parent 3caa1b98
......@@ -10,7 +10,7 @@ class Mg < Package
depends_on 'ncurses'
def self.build
system "CFLAGS=-I/usr/local/include/ncurses make"
system "CFLAGS=-I#{CREW_PREFIX}/include/ncurses make"
end
def self.install
......
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