From 2bec4520066943799d92fe9e00133ba585bc9b53 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 28 Nov 2016 18:03:45 +0300 Subject: [PATCH] Fix compilation on Mac OS Sierra The `xsltproc` utility is missing some xsl files, which are now installed on the system by the `docbook-xsl` package. Fixes #939 --- contrib/kakoune.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/kakoune.rb b/contrib/kakoune.rb index 018774d7..326b89d0 100644 --- a/contrib/kakoune.rb +++ b/contrib/kakoune.rb @@ -5,7 +5,8 @@ class Kakoune < Formula head "https://github.com/mawww/kakoune.git" depends_on 'boost' - depends_on 'asciidoc' => :build + depends_on 'docbook-xsl' => :build + depends_on 'asciidoc' => [:build, 'with-docbook-xsl'] def install cd 'src' do