From fd15158cf3d17a785bd8bf68df2137d2f67473e7 Mon Sep 17 00:00:00 2001 From: Jimmy Thrasher Date: Thu, 11 Feb 2016 14:06:53 -0500 Subject: [PATCH] Add dependency on asciidoc to homebrew formula Homebrew apparently only makes depended-on projects available in the PATH. --- contrib/kakoune.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/kakoune.rb b/contrib/kakoune.rb index 3dfbbc48..f5816ffd 100644 --- a/contrib/kakoune.rb +++ b/contrib/kakoune.rb @@ -5,6 +5,7 @@ class Kakoune < Formula head "https://github.com/mawww/kakoune.git" depends_on 'boost' + depends_on 'asciidoc' def install cd 'src' do