diff options
Diffstat (limited to 'Library/Formula/gettext.rb')
| -rw-r--r-- | Library/Formula/gettext.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 9127d6a92..9c8b67b5b 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -21,8 +21,7 @@ class Gettext < Formula "--without-included-glib", "--without-included-libcroco", "--without-included-libxml", - "--without-emacs", - "--without-git" + "--without-emacs" system "make" ENV.deparallelize # install doesn't support multiple make jobs system "make install" |
