svn commit: r374810 - head/math/dynare

Antoine Brodin antoine at FreeBSD.org
Tue Dec 16 16:49:20 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list