diff options
Diffstat (limited to 'inputmethod/ibus-array/Makefile')
-rw-r--r-- | inputmethod/ibus-array/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index 164915cab33..ed7cf45d493 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:08 wiz Exp $ DISTNAME= ibus-array-0.0.2 PKGREVISION= 7 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-array.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python .include "../../inputmethod/ibus/buildlink3.mk" .include "../../lang/python/application.mk" |