Set asciidoc as a build-time dep in Homebrew
This commit is contained in:
parent
457e11bdc9
commit
3338ba5c6c
|
@ -5,7 +5,7 @@ class Kakoune < Formula
|
|||
head "https://github.com/mawww/kakoune.git"
|
||||
|
||||
depends_on 'boost'
|
||||
depends_on 'asciidoc'
|
||||
depends_on 'asciidoc' => :build
|
||||
|
||||
def install
|
||||
cd 'src' do
|
||||
|
|
Loading…
Reference in New Issue
Block a user