svn commit: r368380 - head/math/mosesdecoder

Dmitry Sivachenko demon at FreeBSD.org
Wed Sep 17 14:45:26 UTC 2014


Author: demon
Date: Wed Sep 17 14:45:25 2014
New Revision: 368380
URL: http://svnweb.freebsd.org/changeset/ports/368380
QAT: https://qat.redports.org/buildarchive/r368380/

Log:
  Add missing build dep.

Modified:
  head/math/mosesdecoder/Makefile

Modified: head/math/mosesdecoder/Makefile
==============================================================================
--- head/math/mosesdecoder/Makefile	Wed Sep 17 14:12:52 2014	(r368379)
+++ head/math/mosesdecoder/Makefile	Wed Sep 17 14:45:25 2014	(r368380)
@@ -8,7 +8,8 @@ CATEGORIES=	math
 MAINTAINER=	demon at 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


More information about the svn-ports-head mailing list