diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /inputmethod/ibus-table | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'inputmethod/ibus-table')
-rw-r--r-- | inputmethod/ibus-table/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index e6e43bcef1c..ccaa733ff30 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/03/15 17:30:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.21 2015/04/13 23:12:42 rodent Exp $ DISTNAME= ibus-table-1.9.2 CATEGORIES= inputmethod @@ -24,7 +24,7 @@ SUBST_FILES.prefix= engine/tabcreatedb.py SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g' REPLACE_PYTHON+= engine/tabcreatedb.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |