diff options
| author | Adam Vandenberg | 2011-03-22 13:14:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-22 13:14:57 -0700 |
| commit | 97375337c1eed784ee12422774490885e4a5d737 (patch) | |
| tree | 3affe7f49bb6d4c8125bb1888ed1d986aecd9e38 | |
| parent | ee991c7ba402dfdac9e27accf2a99a4a01dd9876 (diff) | |
| download | homebrew-97375337c1eed784ee12422774490885e4a5d737.tar.bz2 | |
Change keg-only text slightly.
| -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" |
