diff options
author | pav <pav@FreeBSD.org> | 2008-04-10 05:59:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-10 05:59:40 +0800 |
commit | 4cfd68fb0859902b47da822545608bae7ea435f2 (patch) | |
tree | 81d9ee1203277489b39c8d14b567fd1a1e9208f3 /math | |
parent | d03ae849ed1b8b026a6de4a3788ffdea42fa4d13 (diff) | |
download | freebsd-ports-graphics-4cfd68fb0859902b47da822545608bae7ea435f2.tar.gz freebsd-ports-graphics-4cfd68fb0859902b47da822545608bae7ea435f2.tar.zst freebsd-ports-graphics-4cfd68fb0859902b47da822545608bae7ea435f2.zip |
- Chase gsl update
Pointy hat to: jadawin
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 5d702918441..9daf8cefaee 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,13 +7,14 @@ PORTNAME= qtiplot DISTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting -LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ muparser.0:${PORTSDIR}/math/muparser \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 |