summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2005-01-05 11:03:44 +0000
committercjs <cjs@pkgsrc.org>2005-01-05 11:03:44 +0000
commit9daf6b2e4244b4731d700852d0348af584d87df0 (patch)
tree9d1dc59917ed5041bd6073a4b8476633ac73037c /editors/vim
parent3ee7a9cea00dd0954ee5684636f7383a66655432 (diff)
downloadpkgsrc-9daf6b2e4244b4731d700852d0348af584d87df0.tar.gz
Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,
since it should be not just the command line version of vim but all versions (e.g., gtk) that use this.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index f3e718ad9c9..7cba315737f 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2005/01/05 11:03:44 cjs Exp $
.include "../vim-share/Makefile.common"
@@ -15,7 +15,6 @@ CONFLICTS+= vim-xaw-[0-9]*
CONFIGURE_ARGS+= --enable-gui=no --without-x
CONFIGURE_ARGS+= --with-tlib=ncurses
-CONFIGURE_ARGS+= --enable-multibyte
BUILD_TARGET= vim
INSTALL_TARGET= installvimbin