summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2020-03-08 08:59:08 +0000
committernros <nros@pkgsrc.org>2020-03-08 08:59:08 +0000
commitf0c284c7e30a4755b820944e2a7c95a724caa96d (patch)
tree3c960fb026de7296987e826c417ea91ad4c62353 /inputmethod
parent12b6b57f845a051192c4171886eb2da678803e26 (diff)
downloadpkgsrc-f0c284c7e30a4755b820944e2a7c95a724caa96d.tar.gz
Fix qt5 option for inputmethod/uim
Fix qt5 option for inputmethod/uim as pointed out by HITOSHI Osada in pkg/55021 .
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile4
-rw-r--r--inputmethod/uim/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 66644820022..3446544ebae 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -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 --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk
index cd7ad0b8d31..2bcab16e81c 100644
--- a/inputmethod/uim/options.mk
+++ b/inputmethod/uim/options.mk
@@ -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 @@ PLIST_SRC+= PLIST.qt5
.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)