Merge remote-tracking branch 'lenormf/fix-compilation-mac'

This commit is contained in:
Maxime Coste 2016-11-28 19:37:48 +00:00
commit 3172c8cfff

View File

@ -5,7 +5,8 @@ class Kakoune < Formula
head "https://github.com/mawww/kakoune.git" head "https://github.com/mawww/kakoune.git"
depends_on 'boost' depends_on 'boost'
depends_on 'asciidoc' => :build depends_on 'docbook-xsl' => :build
depends_on 'asciidoc' => [:build, 'with-docbook-xsl']
def install def install
cd 'src' do cd 'src' do