diff options
author | delphij <delphij@FreeBSD.org> | 2010-07-02 02:31:23 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-07-02 02:31:23 +0800 |
commit | b0f63707cb9ba790d2eeb0915a8d2fb07c743f36 (patch) | |
tree | 00bf1b34812a3ab16601e42047b1f237de2e4546 | |
parent | 0cd3e375f30491efc0339b8912bb3a209d0caae2 (diff) | |
download | freebsd-ports-gnome-b0f63707cb9ba790d2eeb0915a8d2fb07c743f36.tar.gz freebsd-ports-gnome-b0f63707cb9ba790d2eeb0915a8d2fb07c743f36.tar.zst freebsd-ports-gnome-b0f63707cb9ba790d2eeb0915a8d2fb07c743f36.zip |
Promote dependencies to build dependencies. This fixes a build
issue introduced by previous revision by me.
Submitted by: wen
Feature safe: yes
-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 |