diff options
| author | Rico Sta. Cruz | 2012-02-26 16:15:44 +0800 |
|---|---|---|
| committer | Max Howell | 2012-02-26 13:25:04 +0000 |
| commit | d805647031a3bc5e3bd4b585c95b900cdedd5118 (patch) | |
| tree | 8b218ea806a5bb934084ad5feb60d2f1ea7d4d06 /Library/Formula/macvim.rb | |
| parent | 9428e19a6ac9d1502bf14ea4cadc6a2236a6e673 (diff) | |
| download | homebrew-d805647031a3bc5e3bd4b585c95b900cdedd5118.tar.bz2 | |
macvim: decomission the --enable-clipboard flag
Closes #10497.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 3795ddc7b..2d23b486a 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -13,7 +13,6 @@ class Macvim < Formula ["--custom-icons", "Try to generate custom document icons."], ["--with-cscope", "Build with Cscope support."], ["--override-system-vim", "Override system vim."], - ["--enable-clipboard", "Enable System clipboard handling in the terminal."] ] end @@ -42,7 +41,6 @@ class Macvim < Formula "--enable-tclinterp"] args << "--enable-cscope" if ARGV.include? "--with-cscope" - args << "--enable-clipboard" if ARGV.include? "--enable-clipboard" system "./configure", *args |
