diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-09 21:59:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-09 21:59:40 +0000 |
commit | e1397ae414f11df5d9c134429eefb3f956586ae8 (patch) | |
tree | 9a3ee0ffde1c5b535df324f7650484574319e279 /math/qtiplot | |
parent | 2595fd5181b00d348bd08a8c418076f36ee3f307 (diff) |
- Chase gsl update
Pointy hat to: jadawin
Notes
Notes:
svn path=/head/; revision=210958
Diffstat (limited to 'math/qtiplot')
-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 5d7029184411..9daf8cefaee8 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 |