diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
commit | 4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch) | |
tree | 1b932c4555183e30779ab5f4c3093442aaa0b57e /math/labplot/Makefile | |
parent | 99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff) | |
download | ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.tar.gz ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.zip |
Notes
Diffstat (limited to 'math/labplot/Makefile')
-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 74a688294f10..d4b313bd345a 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 11 +PORTREVISION= 12 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.4:${PORTSDIR}/graphics/ImageMagick \ - gsl.15:${PORTSDIR}/math/gsl \ + gsl.16:${PORTSDIR}/math/gsl \ fftw3.5:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ origin.0:${PORTSDIR}/math/liborigin |