aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/macvim.rb2
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