diff options
author | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
commit | e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067 (patch) | |
tree | 4a71319b4e635e651d3304fb7cb508b383731e30 /math/qtiplot | |
parent | 2720231d402d1c25cc1ab39d123438f1b32be9f4 (diff) | |
download | freebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.gz freebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.zst freebsd-ports-gnome-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.zip |
Chase math/gsl update,
bump PORTREVISION
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 |