diff options
author | demon <demon@FreeBSD.org> | 2014-09-17 22:45:25 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-09-17 22:45:25 +0800 |
commit | 084c2af73b0ed36c42c0b516dcdb6a7735c1dd8c (patch) | |
tree | 4dc3db8375f9a006d66be0ebe6772e4e73aaf0ba /math | |
parent | 9ebb149d17dd60b8a11d4bd807f6f8def0fb0232 (diff) | |
download | freebsd-ports-gnome-084c2af73b0ed36c42c0b516dcdb6a7735c1dd8c.tar.gz freebsd-ports-gnome-084c2af73b0ed36c42c0b516dcdb6a7735c1dd8c.tar.zst freebsd-ports-gnome-084c2af73b0ed36c42c0b516dcdb6a7735c1dd8c.zip |
Add missing build dep.
Diffstat (limited to 'math')
-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 |