Add dependency on asciidoc to homebrew formula
Homebrew apparently only makes depended-on projects available in the PATH.
This commit is contained in:
parent
3485de717e
commit
fd15158cf3
|
@ -5,6 +5,7 @@ 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'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
cd 'src' do
|
cd 'src' do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user