From owner-svn-ports-head@FreeBSD.ORG Tue Dec 16 16:49:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 822CDFDF; Tue, 16 Dec 2014 16:49:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD61B3B; Tue, 16 Dec 2014 16:49:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBGGnKrG082230; Tue, 16 Dec 2014 16:49:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBGGnKGp082229; Tue, 16 Dec 2014 16:49:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412161649.sBGGnKGp082229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 16 Dec 2014 16:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374810 - head/math/dynare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 16:49:20 -0000 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