diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-12 17:05:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-12 17:05:08 +0000 |
commit | 21726835dd92f7e1e3121d83e33bbea714937c68 (patch) | |
tree | e4a01030f2c651c6eb296312becc167f1a0ededc /editors | |
parent | 5c020e9a68d07ccddfa69ffc47095e2cce69008a (diff) | |
download | pkgsrc-21726835dd92f7e1e3121d83e33bbea714937c68.tar.gz |
Readded the CONFLICTS line for pkg_alternatives. This package does not
really conflict with pkg_alternatives, but with the various vim packages
that can be installed via pkg_alternatives. Thanks to wiz for noting
this.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-kde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 7a21b532f89..2dc1f4013db 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/12 13:47:35 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2006/03/12 17:05:08 rillig Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} @@ -17,6 +17,7 @@ KVIM_VERSION= 6.2.14 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]* +CONFLICTS+= pkg_alternatives-[0-9]* WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src USE_DIRS+= xdg-1.1 |