aboutsummaryrefslogtreecommitdiffstats
path: root/finance/quantlib
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2007-07-04 23:10:58 +0800
committerbarner <barner@FreeBSD.org>2007-07-04 23:10:58 +0800
commitbf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch)
tree1959b096418c744ba154c2fbbfdbf7055a654918 /finance/quantlib
parentf68596762687c06b29aade20be0bfa9330b5ee81 (diff)
downloadfreebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz
freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst
freebsd-ports-gnome-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'finance/quantlib')
-rw-r--r--finance/quantlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 87504977a1b1..ae90ae94a8b7 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -8,6 +8,7 @@
PORTNAME= quantlib
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +17,7 @@ DISTNAME= QuantLib-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A comprehensive software framework for quantitative finance
-LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost
WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION}