summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-09-17 14:45:25 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-09-17 14:45:25 +0000
commita4b5634c0d8003d5aa9f242a7bd5b7eafd479462 (patch)
tree4dc3db8375f9a006d66be0ebe6772e4e73aaf0ba
parentSwitch to USES=libtool:build (diff)
Add missing build dep.
-rw-r--r--math/mosesdecoder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile
index c52420bd6058..16cd182d8149 100644
--- a/math/mosesdecoder/Makefile
+++ b/math/mosesdecoder/Makefile
@@ -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