diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
commit | 9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d (patch) | |
tree | 596c373cb5b0e1b46054a2fc5000be8e97caa3ca /math | |
parent | 2163e4be9b6582fba21140d86d38b25ae68a90d4 (diff) | |
download | freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.gz freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.zst freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.zip |
Chase libversion bumb to libMagick.so.9
PR: ports/91270
Diffstat (limited to 'math')
-rw-r--r-- | math/eukleides/Makefile | 1 | ||||
-rw-r--r-- | math/glgraph/Makefile | 2 | ||||
-rw-r--r-- | math/labplot/Makefile | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 9e4391d09f37..2d432d185d34 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -8,6 +8,7 @@ PORTNAME= eukleides PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.eukleides.org/download/ DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index ab0e8a313b9b..f669af8d2b2f 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -8,7 +8,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 4e67995d8803..8a76823c3fc9 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.0.5 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -15,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Magick.8:${PORTSDIR}/graphics/ImageMagick \ + Magick.9:${PORTSDIR}/graphics/ImageMagick \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ gsl.7:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ |