Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 14:45:25 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368380 - head/math/mosesdecoder
Message-ID:  <201409171445.s8HEjPOP090496@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171445.s8HEjPOP090496>