diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-17 14:45:25 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-17 14:45:25 +0000 |
commit | a4b5634c0d8003d5aa9f242a7bd5b7eafd479462 (patch) | |
tree | 4dc3db8375f9a006d66be0ebe6772e4e73aaf0ba | |
parent | Switch to USES=libtool:build (diff) |
Add missing build dep.
-rw-r--r-- | math/mosesdecoder/Makefile | 3 |
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 |