summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartti <martti>2006-03-02 07:27:44 +0000
committermartti <martti>2006-03-02 07:27:44 +0000
commita31a10cd0ab393009737d7eb22205ab80ccb4309 (patch)
tree3c9add2f45e71ecc8adcdd9878f2433840bf31d9
parente378241b494776a9db8d6b9dc1349b9053476c60 (diff)
downloadpkgsrc-a31a10cd0ab393009737d7eb22205ab80ccb4309.tar.gz
Make cscope support optional. PKGREVISION++
-rw-r--r--editors/vim-share/Makefile4
-rw-r--r--editors/vim-share/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 3bf4e66166e..e6acf3555b3 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/12/05 20:50:10 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/02 07:27:44 martti Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-#PKGREVISION= 1
+PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index c42bcfa92ac..0ad15cfccca 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.54 2006/02/28 11:03:17 martti Exp $
+# $NetBSD: Makefile.common,v 1.55 2006/03/02 07:27:44 martti Exp $
.include "../../editors/vim-share/version.mk"
@@ -44,7 +44,6 @@ ALTERNATIVES_SRC=
PKG_SUPPORTED_OPTIONS+= cscope
PKG_OPTIONS_VAR= PKG_OPTIONS.vim
-PKG_SUGGESTED_OPTIONS= cscope
.include "../../mk/bsd.options.mk"