diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /math/labplot | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) | |
download | ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.zip |
Notes
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 567849dad81d..5d803d254a0d 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math kde MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ - gsl.14:${PORTSDIR}/math/gsl \ + gsl.15:${PORTSDIR}/math/gsl \ fftw3.5:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ origin.0:${PORTSDIR}/math/liborigin |