mecab-ko-dic: modernize autotools deps
This commit is contained in:
parent
476ee2a1fe
commit
2913d38ab9
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ class MecabKoDic < Formula
|
|||
url "https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-1.6.1-20140814.tar.gz"
|
||||
sha1 "f68a6faf9aa86691de5a1abace65e70571972d03"
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on 'mecab-ko'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue