summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-11-13 04:42:08 +0000
committerobache <obache>2011-11-13 04:42:08 +0000
commit8bd009f065c07736d2a036300e648326e8c85482 (patch)
tree1aff5319184ff25ae61c078ef2590c4eaf4d7f55
parent2f7e3ba0216bbb090163fd53b57aba5161b409f4 (diff)
downloadpkgsrc-8bd009f065c07736d2a036300e648326e8c85482.tar.gz
tell location for boost to configure.
-rw-r--r--inputmethod/ibus-pinyin/Makefile3
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"