diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-26 20:49:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-26 20:49:40 +0800 |
commit | a4686677e10606c212688fcd7e332cffbfaf015b (patch) | |
tree | 5f861e850c55b3c999d0344be1659e8a919fce9a /math | |
parent | b86a84f538bf94069ca277cccf6c46a0d00d5201 (diff) | |
download | freebsd-ports-gnome-a4686677e10606c212688fcd7e332cffbfaf015b.tar.gz freebsd-ports-gnome-a4686677e10606c212688fcd7e332cffbfaf015b.tar.zst freebsd-ports-gnome-a4686677e10606c212688fcd7e332cffbfaf015b.zip |
Chase graphics/ImageMagick shlib version bump
Diffstat (limited to 'math')
-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 402534889836..1cc7d2e55176 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -16,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Magick.1:${PORTSDIR}/graphics/ImageMagick \ + MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ gsl.12:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ |