Promote dependencies to build dependencies. This fixes a build
issue introduced by previous revision by me. Submitted by: wen Feature safe: yes
This commit is contained in:
parent
63a362a7d4
commit
0f520e25ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257270
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue