diff options
author | obache <obache@pkgsrc.org> | 2010-01-20 11:10:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-20 11:10:46 +0000 |
commit | eae7248809e21c9991beb88f25e7c2a78f928477 (patch) | |
tree | 444b6a1f58eccaf5fe84b0d70345cd3568318fec /inputmethod/uim | |
parent | 0792467af010669664ad86c2358b81c6690e2e96 (diff) | |
download | pkgsrc-eae7248809e21c9991beb88f25e7c2a78f928477.tar.gz |
Fixes CONFLICTS pattern for uim-qt4-immodule.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 3e9af745016..1a5e299ae48 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -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 |