diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /math/qtiplot | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) |
Notes
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 221ad6d61ab1..2fc9e61122ea 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.7.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ @@ -15,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= An Origin clone for data analysis and scientific plotting BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser -LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \ boost_date_time:${PORTSDIR}/devel/boost-libs # use bundled modified libraries # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ |