diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 18:53:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 18:53:38 +0800 |
commit | afa514e55d965168153a8b1b6e4843fb8bf7785a (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /finance | |
parent | c8a4e806481ba453004f7526561a209d7f21e6aa (diff) | |
download | freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.tar.gz freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.tar.zst freebsd-ports-gnome-afa514e55d965168153a8b1b6e4843fb8bf7785a.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'finance')
-rw-r--r-- | finance/quantlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index cc4d40838bce..f97577e5a899 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -11,7 +11,7 @@ DISTNAME= QuantLib-${PORTVERSION} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= A comprehensive software framework for quantitative finance -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} |