diff options
author | obache <obache@pkgsrc.org> | 2010-09-04 05:04:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-04 05:04:57 +0000 |
commit | 8ea9d84d7ba4a0fcc253ad635e6680434af8925d (patch) | |
tree | 29293e11e41d6d40c343758bb6ee63cb09dfddf1 /inputmethod/ibus-pinyin | |
parent | e7a8ea58740dab87e3372c4e0adb5e402f54a33f (diff) | |
download | pkgsrc-8ea9d84d7ba4a0fcc253ad635e6680434af8925d.tar.gz |
exactly pass localedir to configure.
Diffstat (limited to 'inputmethod/ibus-pinyin')
-rw-r--r-- | inputmethod/ibus-pinyin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile index 667b988104b..f8e584aee7a 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-pinyin-1.3.10 @@ -34,6 +34,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-pinyin.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --disable-db-android CONFIGURE_ARGS+= --enable-db-open-phrase |