Add missing build dep.
This commit is contained in:
parent
f7981209eb
commit
a4b5634c0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368380
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ CATEGORIES= math
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A statistical machine translation system
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
bjam:${PORTSDIR}/devel/boost-jam
|
||||
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libRandLM.so:${PORTSDIR}/textproc/randlm \
|
||||
libirstlm.so:${PORTSDIR}/textproc/irstlm
|
||||
|
|
Loading…
Reference in a new issue