diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:56:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:56:53 +0000 |
commit | 6ec00b4b2448c60093123af24653fc2f83e43d1c (patch) | |
tree | d97d9e8dded0374a522d3429703a282b5d6e4b58 /inputmethod/ibus-python | |
parent | a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (diff) | |
download | pkgsrc-6ec00b4b2448c60093123af24653fc2f83e43d1c.tar.gz |
inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'inputmethod/ibus-python')
-rw-r--r-- | inputmethod/ibus-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 6858e96e1b3..1e400d3ac2b 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:45 adam Exp $ +# $NetBSD: Makefile,v 1.19 2019/11/02 22:56:53 rillig Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-dconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" |