diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-28 00:15:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-28 00:15:17 +0800 |
commit | 577d07ac3e2200be63cb4ce77d9feaf89036d145 (patch) | |
tree | 68076fe2c4814193222f1ac809a669fe152b38a9 /finance | |
parent | 80cb21251073cf0c0f929eb1a5bdc1d8e98adcdb (diff) | |
download | freebsd-ports-gnome-577d07ac3e2200be63cb4ce77d9feaf89036d145.tar.gz freebsd-ports-gnome-577d07ac3e2200be63cb4ce77d9feaf89036d145.tar.zst freebsd-ports-gnome-577d07ac3e2200be63cb4ce77d9feaf89036d145.zip |
- Fix build
Diffstat (limited to 'finance')
-rw-r--r-- | finance/quantlib/Makefile | 3 |
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} |