diff options
author | obache <obache@pkgsrc.org> | 2011-11-13 04:42:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-13 04:42:08 +0000 |
commit | 16e475c5e0bac65ba99a63789aa423a326ff488a (patch) | |
tree | 1aff5319184ff25ae61c078ef2590c4eaf4d7f55 /inputmethod | |
parent | b1c8a0ba3ad5bbe522534fce8bc35b17bdba6486 (diff) | |
download | pkgsrc-16e475c5e0bac65ba99a63789aa423a326ff488a.tar.gz |
tell location for boost to configure.
Diffstat (limited to 'inputmethod')
-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 cd03d5f31e4..9329c5d8136 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/06/10 09:39:55 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/13 04:42:08 obache Exp $ # DISTNAME= ibus-pinyin-1.3.11 @@ -38,6 +38,7 @@ 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 +CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers} .include "options.mk" |