Add :build to bc.rb dependencies

parent fc1ef951
......@@ -8,8 +8,8 @@ class Bc < Package
source_sha1 'b4475c6d66590a5911d30f9747361db47231640a'
depends_on 'readline'
depends_on 'flex'
depends_on 'ed'
depends_on 'flex' => :build
depends_on 'ed' => :build
def self.build
system "./configure", "--with-readline"
......
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