diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-12 20:37:24 +0000 |
commit | 338161958384cbdb221973b01a11d82931076f0c (patch) | |
tree | 9ad64d1ef4f015567812cf7538b084e6df860f1d /math/labplot | |
parent | 5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff) |
Notes
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index bcd581b9dd2c..13eb805e9b6a 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -17,7 +18,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ - gsl.12:${PORTSDIR}/math/gsl \ + gsl.13:${PORTSDIR}/math/gsl \ fftw3.4:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ origin.0:${PORTSDIR}/math/liborigin |