pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Fix qt5 option for inputmethod/uim



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fe0977ba2d7
branches:  trunk
changeset: 424234:3fe0977ba2d7
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun Mar 08 08:59:08 2020 +0000

description:
Fix qt5 option for inputmethod/uim

Fix qt5 option for inputmethod/uim as pointed out by HITOSHI Osada
in pkg/55021 .

diffstat:

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

diffs (30 lines):

diff -r 70190cf81bd8 -r 3fe0977ba2d7 inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile  Sun Mar 08 06:35:28 2020 +0000
+++ b/inputmethod/uim/Makefile  Sun Mar 08 08:59:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.159 2020/03/05 13:04:45 nia Exp $
+# $NetBSD: Makefile,v 1.160 2020/03/08 08:59:08 nros Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../inputmethod/uim/Makefile.common"
 
 COMMENT=       Multilingual input method library
diff -r 70190cf81bd8 -r 3fe0977ba2d7 inputmethod/uim/options.mk
--- a/inputmethod/uim/options.mk        Sun Mar 08 06:35:28 2020 +0000
+++ b/inputmethod/uim/options.mk        Sun Mar 08 08:59:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.36 2019/11/01 16:21:11 nia Exp $
+# $NetBSD: options.mk,v 1.37 2020/03/08 08:59:08 nros Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.uim
 PKG_SUPPORTED_OPTIONS= gtk2 gtk3 qt5 xim
@@ -39,7 +39,7 @@
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-qt5-immodule
 .else
-CONFIGURE_ARGS+=       --without-gtk3
+CONFIGURE_ARGS+=       --without-qt5-immodule
 .endif
 
 .if !empty(PKG_OPTIONS:Mxim)



Home | Main Index | Thread Index | Old Index