diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-26 20:09:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-26 20:09:35 +0000 |
commit | 2843010d0e572e349f42f106d7cbbc674a1d4c6a (patch) | |
tree | c98ce01148ec03b630fb0f67d8c6037ac1d81a39 /editors/vim | |
parent | f7a109c9c8ee68d3f09756ac8c74f185147d2c5c (diff) | |
download | pkgsrc-2843010d0e572e349f42f106d7cbbc674a1d4c6a.tar.gz |
Apply patch to recognize NetBSD specific filesystems in fstab. Provided
by Geert Hendrickx in tech-pkg@.
Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 89d18ef145c..e566fbebf04 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.59 2005/03/15 09:07:29 martti Exp $ +# $NetBSD: Makefile,v 1.60 2005/05/26 20:09:35 jmmv Exp $ PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) without GUI .include "../vim-share/Makefile.common" -DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share +DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../vim-share CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]* CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]* |