aboutsummaryrefslogtreecommitdiff
path: root/finance/quantlib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
commite467cb1db54df71170364ee0a9dca38a32b11b0b (patch)
tree6cb6f0da787d4b67708abc802fa739d71222bbdc /finance/quantlib
parent8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff)
downloadports-e467cb1db54df71170364ee0a9dca38a32b11b0b.tar.gz
ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.zip
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336253
Diffstat (limited to 'finance/quantlib')
-rw-r--r--finance/quantlib/Makefile2
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}