diff options
author | beech <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
commit | 511c7aadea2589ed7d7ceea8c68c25dade5a9770 (patch) | |
tree | d88a5f63a459734314f6fb890ffbe74b2b209d2a /math/labplot | |
parent | 64cf0c39f1cd11a2934a9a663ea28313ae061d95 (diff) | |
download | freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.tar.gz freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.tar.zst freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.zip |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
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 10f353b14ae2..733e4e8f0ecb 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math kde MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ - MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ + MagickWand:${PORTSDIR}/graphics/ImageMagick \ gsl.16:${PORTSDIR}/math/gsl \ fftw3:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ |