diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
commit | 7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch) | |
tree | 1c72184bc6e535e324c3903ec7138b0daceaed97 /math/qtiplot | |
parent | 8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff) |
Chase math/gsl update,
bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=245074
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 0631ee89faf2..0772cfeb2d3d 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.7.6 -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.13:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ boost_date_time:${PORTSDIR}/devel/boost-libs |