diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index e75e26fad..9127d6a92 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -17,11 +17,12 @@ class Gettext < Formula system "./configure", "--disable-dependency-tracking", "--disable-debug", "--prefix=#{prefix}", - "--without-emacs", "--without-included-gettext", "--without-included-glib", "--without-included-libcroco", - "--without-included-libxml" + "--without-included-libxml", + "--without-emacs", + "--without-git" system "make" ENV.deparallelize # install doesn't support multiple make jobs system "make install" |
