Commit fbdd1162 authored by lovedheart's avatar lovedheart Committed by GitHub

Update yelp_tools.rb

Fix dependency
parent 81401d83
...@@ -9,7 +9,8 @@ class Yelp_tools < Package ...@@ -9,7 +9,8 @@ class Yelp_tools < Package
depends_on 'automake' => :build depends_on 'automake' => :build
depends_on 'yelp_xsl' depends_on 'yelp_xsl'
depends_on 'libxslt'
def self.build def self.build
system "./autogen.sh" system "./autogen.sh"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}" system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
......
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