diff options
author | tron <tron@pkgsrc.org> | 2005-01-06 14:11:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-01-06 14:11:03 +0000 |
commit | 5aa4eed76eb9c8c9ee029d8332aeba1bcdac7f5c (patch) | |
tree | d0a3c525e5c8697f6caa34f72c743af8764e59a5 /editors | |
parent | 7239c88827f4ae8e3993c86fa80622ebfee348ba (diff) | |
download | pkgsrc-5aa4eed76eb9c8c9ee029d8332aeba1bcdac7f5c.tar.gz |
Add conflict with "vim-motif" package.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-kde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 7becfc98b6b..637d479c901 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/10/03 00:14:39 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/01/06 14:11:03 tron Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} @@ -15,7 +15,7 @@ COMMENT= Vim editor (vi clone) with X11 KDE3 GUI KVIM_VERSION= 6.2.14 -CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* +CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]* CONFLICTS+= vim-share-[0-9]* vim-[0-9]* vim-xaw-[0-9]* WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src |