summaryrefslogtreecommitdiff
path: root/inputmethod/uim/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/uim/options.mk')
-rw-r--r--inputmethod/uim/options.mk4
1 files changed, 2 insertions, 2 deletions
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)