aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--finance/quantlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index b8b492fdb32a..86a313606535 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -8,6 +8,7 @@
PORTNAME= quantlib
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/QuantLib/${PORTVERSION}
DISTNAME= QuantLib-${PORTVERSION}
@@ -15,7 +16,7 @@ DISTNAME= QuantLib-${PORTVERSION}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= A comprehensive software framework for quantitative finance
-LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION}