diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-25 08:17:36 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-25 08:17:36 +0000 |
commit | e2659c590be5de21d4605e1d2c4c1d2176d789b4 (patch) | |
tree | 6855bc2276a3973de23610890e5837d985b857dc /editors | |
parent | fa8dfc2a76165fe75fd32653be27836560c6d3a1 (diff) | |
download | pkgsrc-e2659c590be5de21d4605e1d2c4c1d2176d789b4.tar.gz |
Remove cscope option and make it default. Via PR 40710 and discussed with
martti@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile.common | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index c151794624b..5b226c54ce9 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.126 2009/08/04 05:53:03 martti Exp $ +# $NetBSD: Makefile.common,v 1.127 2009/08/25 08:17:36 hasso Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --with-modified-by="${MAINTAINER}" # files (and PLIST might not include all files) so use at your own risk! CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS} CONFIGURE_ARGS+= --enable-multibyte +CONFIGURE_ARGS+= --enable-cscope PATCH_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \ -E ${PATCH_STRIP:Q} @@ -75,16 +76,11 @@ ALTERNATIVES_SRC= ${.CURDIR}/../../editors/vim-share/ALTERNATIVES ALTERNATIVES_SRC= .endif -PKG_SUPPORTED_OPTIONS+= cscope ruby +PKG_SUPPORTED_OPTIONS+= ruby PKG_OPTIONS_VAR= PKG_OPTIONS.vim .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mcscope) -DEPENDS+= cscope-[0-9]*:../../devel/cscope -CONFIGURE_ARGS+= --enable-cscope -.endif - .if !empty(PKG_OPTIONS:Mruby) .include "../../lang/ruby/buildlink3.mk" CONFIGURE_ARGS+= --enable-rubyinterp |