diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hunspell.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb index dd7b154ce..8af11eb59 100644 --- a/Library/Formula/hunspell.rb +++ b/Library/Formula/hunspell.rb @@ -8,8 +8,8 @@ class Hunspell < Formula depends_on 'readline' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", - "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", "--with-ui", "--with-readline" system "make" ENV.deparallelize |
