diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
commit | c75010e99f727676e8b60da9c8ee0b7dbc833629 (patch) | |
tree | aaa39859b6bce82067e8655dcd913473462a2836 /editors/vim-gtk2/Makefile | |
parent | defe7d0d35937df319cdaa10f90799c825ac472b (diff) | |
download | pkgsrc-c75010e99f727676e8b60da9c8ee0b7dbc833629.tar.gz |
Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs.
vim-kde is an exception because it currently installs programs with these
names. So, as it's currently marked as vulnerable and as I don't have KDE
installed ATM, I'm marking it as conflicting.
Diffstat (limited to 'editors/vim-gtk2/Makefile')
-rw-r--r-- | editors/vim-gtk2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index d6c8762aaf8..6fe3920a4ce 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2005/01/06 20:40:38 adrianp Exp $ - -.include "../vim-share/Makefile.common" +# $NetBSD: Makefile,v 1.12 2005/01/25 13:48:54 jmmv Exp $ PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI +.include "../vim-share/Makefile.common" + DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]* CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]* |