diff options
author | jmmv <jmmv> | 2005-05-26 20:09:35 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-05-26 20:09:35 +0000 |
commit | 8dddfbacfb704398a7e6a551fbe6432f37e553a3 (patch) | |
tree | c98ce01148ec03b630fb0f67d8c6037ac1d81a39 /editors/vim-motif | |
parent | 81c8ae81794e6e500516609f4ae1a19e75040e8a (diff) | |
download | pkgsrc-8dddfbacfb704398a7e6a551fbe6432f37e553a3.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-motif')
-rw-r--r-- | editors/vim-motif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index 96c159e95b9..b0e3642b13d 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2005/03/15 09:07:29 martti Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/26 20:09:35 jmmv Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif 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-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]* CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]* |