Commit d56715ef authored by Jake Waksbaum's avatar Jake Waksbaum

typo in python27

parent 52c15600
......@@ -6,7 +6,7 @@ class Python27 < Package
source_sha1 '511960dd78451a06c9df76509635aeec05b2051a' # source tarball sha1 sum
depends_on 'bz2'
depends_ on 'ncurses'
depends_on 'ncurses'
def self.build # self.build contains commands needed to build the software from source
system "./configure --prefix=/usr/local CPPFLAGS=\"-I/usr/local/include -I/usr/local/include/ncurses\" LDFLAGS=\"-L/usr/local/lib\" CFLAGS=\" -fPIC\""
......
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