pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Fixes CONFLICTS pattern for uim-qt4-im...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bcffa49bae5
branches:  trunk
changeset: 569843:3bcffa49bae5
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jan 20 11:10:46 2010 +0000

description:
Fixes CONFLICTS pattern for uim-qt4-immodule.

diffstat:

 inputmethod/uim/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e808cc421e9f -r 3bcffa49bae5 inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile  Wed Jan 20 11:09:43 2010 +0000
+++ b/inputmethod/uim/Makefile  Wed Jan 20 11:10:46 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.39 2010/01/20 11:06:07 obache Exp $
+# $NetBSD: Makefile,v 1.40 2010/01/20 11:10:46 obache Exp $
 #
 
 .include "../../inputmethod/uim/Makefile.common"
 
 COMMENT=               Multilingual input method library
 
-CONFLICTS+=            uim-immodule-qt4-[0-9]*
+CONFLICTS+=            uim-qt4-immodule-[0-9]*
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index