summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank LENORMAND <lenormf@gmail.com>2016-11-28 18:03:45 +0300
committerFrank LENORMAND <lenormf@gmail.com>2016-11-28 18:03:45 +0300
commit2bec4520066943799d92fe9e00133ba585bc9b53 (patch)
tree154c1ef0fd3a235c074421834a57b992f4ee2a95
parent2f3a7112eafe7bfa6ddd9c6b8a3e6d11a44ce49d (diff)
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
-rw-r--r--contrib/kakoune.rb3
1 files changed, 2 insertions, 1 deletions
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