diff options
author | pav <pav@FreeBSD.org> | 2008-04-24 03:35:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-24 03:35:08 +0800 |
commit | 0acc8c985e90027bbe723d8ed984394dc00a57fd (patch) | |
tree | d5fbc1aa78f1e3c05c65730b48f5f494af9a3e52 | |
parent | aaba072ab423df63691cd5d3964192e09037e103 (diff) | |
download | freebsd-ports-gnome-0acc8c985e90027bbe723d8ed984394dc00a57fd.tar.gz freebsd-ports-gnome-0acc8c985e90027bbe723d8ed984394dc00a57fd.tar.zst freebsd-ports-gnome-0acc8c985e90027bbe723d8ed984394dc00a57fd.zip |
- Chase ImageMagick update
Reported by: pointyhat
-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 8767e5a424fe..402534889836 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.1.5 -PORTREVISION= 4 +PORTREVISION= 5 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.10:${PORTSDIR}/graphics/ImageMagick \ + Magick.1:${PORTSDIR}/graphics/ImageMagick \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ gsl.12:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ |