diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-13 09:48:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-13 09:48:30 +0000 |
commit | 800e063b7621e26ea52a6555b3be62f110d2e42c (patch) | |
tree | cca1ebfb98c8d7fc69b46add1e3cbb71173fdf5d /math/qtiplot | |
parent | d27b0268b1e4e11c5ff1af30dc111ca2a878de8e (diff) |
- Chase math/muparser update
- Bump PORTREVISION (math/muparser doesn't install a shared library anymore)
Notes
Notes:
svn path=/head/; revision=216766
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 128c9d4db5bf..be15d802be7d 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,15 +7,16 @@ PORTNAME= qtiplot DISTVERSION= 0.9.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting +RUN_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser + LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ - muparser.0:${PORTSDIR}/math/muparser \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 |