summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-python
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2022-03-15 20:45:39 +0000
committertsutsui <tsutsui@pkgsrc.org>2022-03-15 20:45:39 +0000
commit4a9e0eeb307d6b37026ad10514f28d2225a15767 (patch)
tree502ebc13210987de28e5b0d80491085b75b81124 /inputmethod/ibus-python
parentfc11023ae8b0dadf15f1cc7f06f70cbb4efae190 (diff)
downloadpkgsrc-4a9e0eeb307d6b37026ad10514f28d2225a15767.tar.gz
ibus-python: sync with ibus 1.5.26 updates. Build test only.
Diffstat (limited to 'inputmethod/ibus-python')
-rw-r--r--inputmethod/ibus-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile
index 8f6659179ab..489ecc135b4 100644
--- a/inputmethod/ibus-python/Makefile
+++ b/inputmethod/ibus-python/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.23 2022/01/28 14:02:33 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/03/15 20:45:39 tsutsui Exp $
-PKGREVISION= 1
.include "../../inputmethod/ibus/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibus/ibus-python/}
@@ -29,6 +28,7 @@ CONFIGURE_ARGS+= --disable-engine
CONFIGURE_ARGS+= --disable-surround-text
CONFIGURE_ARGS+= --disable-emoji-dict
CONFIGURE_ARGS+= --disable-unicode-dict
+CONFIGURE_ARGS+= --disable-systemd-services
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-4.1.[0-9]*)