summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-12-28 12:32:09 +0000
committerwiz <wiz@pkgsrc.org>2019-12-28 12:32:09 +0000
commit40c1508d865454b278af4c44dc5044b9ebd12fef (patch)
tree07fd00574eeb1c52306485c31ee7959262fc14f2 /inputmethod
parent01719006b76dd2eb0082886f731786bb2847872f (diff)
downloadpkgsrc-40c1508d865454b278af4c44dc5044b9ebd12fef.tar.gz
ibus-libpinyin: mark as compatible with python-2.x only
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-libpinyin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-libpinyin/Makefile b/inputmethod/ibus-libpinyin/Makefile
index 8afef2bcff1..b3ee1f53db9 100644
--- a/inputmethod/ibus-libpinyin/Makefile
+++ b/inputmethod/ibus-libpinyin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/28 12:32:09 wiz Exp $
DISTNAME= ibus-libpinyin-1.6.92
PKGREVISION= 14
@@ -15,6 +15,8 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "options.mk"
.include "../../mk/bsd.prefs.mk"