diff options
author | Xin LI <delphij@FreeBSD.org> | 2010-07-01 18:31:23 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2010-07-01 18:31:23 +0000 |
commit | 0f520e25ada8657baabddd1feb07190ac5ef8ac5 (patch) | |
tree | 0bce51f82e1d7db9d3439d9993dd5b3440caa2c6 /chinese | |
parent | 63a362a7d46b3e42f84fb4c13218accca9c2cba5 (diff) | |
download | ports-0f520e25ada8657baabddd1feb07190ac5ef8ac5.tar.gz ports-0f520e25ada8657baabddd1feb07190ac5ef8ac5.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 6 |
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 |