diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-17 00:49:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-17 00:49:19 +0800 |
commit | 1bbba71e1e2ba30173a5ef595fe25899de154858 (patch) | |
tree | 644ba42409d85cd374fc19ad86290b511283e5e9 /math | |
parent | 36b6317402db9377d49a7a59d3d94e1303009bb4 (diff) | |
download | freebsd-ports-gnome-1bbba71e1e2ba30173a5ef595fe25899de154858.tar.gz freebsd-ports-gnome-1bbba71e1e2ba30173a5ef595fe25899de154858.tar.zst freebsd-ports-gnome-1bbba71e1e2ba30173a5ef595fe25899de154858.zip |
Fix build
Diffstat (limited to 'math')
-rw-r--r-- | math/dynare/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |