diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 00:20:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 00:20:12 +0000 |
commit | 40f162f754acec0ec89e663f44f9ef05c5a79ed4 (patch) | |
tree | a02f94b8727624e924599385a5f0dc68a7a4f956 /editors | |
parent | e8e659584fc8256001bb886fd4cad8bcdc88ad9e (diff) | |
download | pkgsrc-40f162f754acec0ec89e663f44f9ef05c5a79ed4.tar.gz |
Note conflict with vim-kde-*.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 98c817a6660..19a5fd946d0 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2002/09/14 00:10:46 jlam Exp $ +# $NetBSD: Makefile.common,v 1.30 2002/10/08 00:20:12 jlam Exp $ VIM_VERSION= 6.1 VIM_PATCHLEVEL= 0 @@ -20,6 +20,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@netbsd.org HOMEPAGE= http://www.vim.org/ +CONFLICTS+= vim-kde-[0-9]* + USE_BUILDLINK2= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/vim61/src |