diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
commit | b9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch) | |
tree | e643e74666458bfc6f67e70b390fbf4594583163 /math/qtiplot | |
parent | 59d5387029bc0989baa5684776c438795412513b (diff) |
Notes
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 36524b09dc67..adb69ed9f751 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,13 +7,14 @@ PORTNAME= qtiplot DISTVERSION= 0.9rc2 +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.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ muparser.0:${PORTSDIR}/math/muparser \ origin.0:${PORTSDIR}/math/liborigin \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ |