pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/uim



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Mar  8 08:59:08 UTC 2020

Modified Files:
        pkgsrc/inputmethod/uim: Makefile options.mk

Log Message:
Fix qt5 option for inputmethod/uim

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


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/inputmethod/uim/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/inputmethod/uim/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.159 pkgsrc/inputmethod/uim/Makefile:1.160
--- pkgsrc/inputmethod/uim/Makefile:1.159       Thu Mar  5 13:04:45 2020
+++ pkgsrc/inputmethod/uim/Makefile     Sun Mar  8 08:59:08 2020
@@ -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

Index: pkgsrc/inputmethod/uim/options.mk
diff -u pkgsrc/inputmethod/uim/options.mk:1.36 pkgsrc/inputmethod/uim/options.mk:1.37
--- pkgsrc/inputmethod/uim/options.mk:1.36      Fri Nov  1 16:21:11 2019
+++ pkgsrc/inputmethod/uim/options.mk   Sun Mar  8 08:59:08 2020
@@ -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)



Home | Main Index | Thread Index | Old Index