From 45b5f0bec475a08382b1f7dce7adfad7e16e56b6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 16 Dec 2014 16:49:19 +0000 Subject: [PATCH] Fix build --- math/dynare/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/dynare/Makefile b/math/dynare/Makefile index 931b1ab169f9..4b4ee0458c19 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://www.dynare.org/release/source/ 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