diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 19:35:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-23 19:35:08 +0000 |
commit | 59eaf7c6dc0f48908d848950cab08be2dbb69892 (patch) | |
tree | e091c3d0a14eb9dabfd1eef2da5deceb48dfd026 /math/labplot/Makefile | |
parent | 5e39d1aae20eaf3007a5b0e80d8930f5ec939c93 (diff) | |
download | ports-59eaf7c6dc0f48908d848950cab08be2dbb69892.tar.gz ports-59eaf7c6dc0f48908d848950cab08be2dbb69892.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 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 \ |