summaryrefslogtreecommitdiff
path: root/editors/vim-xaw
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-05-26 20:09:35 +0000
committerjmmv <jmmv>2005-05-26 20:09:35 +0000
commitdd61dc1b809860f835e8caeacadbf5d8fc54e892 (patch)
treec98ce01148ec03b630fb0f67d8c6037ac1d81a39 /editors/vim-xaw
parent636afbd8dba957156223e058009b692781bde07e (diff)
downloadpkgsrc-dd61dc1b809860f835e8caeacadbf5d8fc54e892.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-xaw')
-rw-r--r--editors/vim-xaw/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 14fe8e9da0a..877825eb109 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.35 2005/03/15 09:07:29 martti Exp $
+# $NetBSD: Makefile,v 1.36 2005/05/26 20:09:35 jmmv Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
.include "../vim-share/Makefile.common"
COMMENT= Vim editor (vi clone) with X11 Athena GUI
-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-motif-[0-9]* vim-kde-[0-9]*