diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
commit | 2485fe149efc978d155393f33f5e726cede4736a (patch) | |
tree | 1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /math/qtiplot | |
parent | 6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff) | |
download | freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.gz freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.zst freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.zip |
- Bump PORTREVISION to chase the update of math/gsl
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 \ |