libvoikko: fix component order
This commit is contained in:
parent
a005e9e0fc
commit
f0b8cdac18
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@ class Libvoikko < Formula
|
|||
depends_on "python" => :build
|
||||
depends_on "hfstospell"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
resource "voikko-fi" do
|
||||
url "https://www.puimula.org/voikko-sources/voikko-fi/voikko-fi-2.1.tar.gz"
|
||||
sha256 "71a823120a35ade6f20eaa7d00db27ec7355aa46a45a5b1a4a1f687a42134496"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue