Date: Tue, 16 Dec 2014 16:49:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374810 - head/math/dynare Message-ID: <201412161649.sBGGnKGp082229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 16 16:49:19 2014 New Revision: 374810 URL: https://svnweb.freebsd.org/changeset/ports/374810 QAT: https://qat.redports.org/buildarchive/r374810/ Log: Fix build Modified: head/math/dynare/Makefile Modified: head/math/dynare/Makefile ============================================================================== --- head/math/dynare/Makefile Tue Dec 16 15:53:33 2014 (r374809) +++ head/math/dynare/Makefile Tue Dec 16 16:49:19 2014 (r374810) @@ -10,7 +10,8 @@ MASTER_SITES= http://www.dynare.org/rele MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models -BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:${PORTSDIR}/devel/boost-libs \ + ctangle:${PORTSDIR}/devel/cweb LIB_DEPENDS= libumfpack.so:${PORTSDIR}/math/suitesparse \ libmatio.so:${PORTSDIR}/math/matio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412161649.sBGGnKGp082229>