summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-07-01 18:31:23 +0000
committerXin LI <delphij@FreeBSD.org>2010-07-01 18:31:23 +0000
commit0f520e25ada8657baabddd1feb07190ac5ef8ac5 (patch)
tree0bce51f82e1d7db9d3439d9993dd5b3440caa2c6 /chinese
parentConvert post-patch target to EXTRA_PATCHES entries for patches for third-part... (diff)
Promote dependencies to build dependencies. This fixes a build
issue introduced by previous revision by me. Submitted by: wen Feature safe: yes
Notes
Notes: svn path=/head/; revision=257270
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ibus-pinyin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile
index 1a4f91396a42..9ad4f82967f7 100644
--- a/chinese/ibus-pinyin/Makefile
+++ b/chinese/ibus-pinyin/Makefile
@@ -14,8 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DBTAR}
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= PinYin engine for IBus
-RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \
- ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+BUILD_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \
+ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
+ ${LOCALBASE}/include/boost/accumulators/accumulators.hpp:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_GNOME= pygtk2