diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
commit | 14d2aa29a0faada324c532f4dd6339b0d61a7262 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /math | |
parent | a46f79024f1840906c8b267d5228b5a662b00b13 (diff) | |
download | freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.gz freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.zst freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.zip |
- update libdg to 2.1.0
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 1 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus/Makefile | 10 | ||||
-rw-r--r-- | math/plplot/Makefile | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index cc768034d660..513c4f41e007 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,6 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.4.11 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 4008327a5767..2806d7feb3fa 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.3 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index c711fdde304b..fd62ce49f9ae 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,7 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -16,11 +16,11 @@ DISTNAME= pl${PORTVERSION:S/.//}src MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - ming.5:${PORTSDIR}/graphics/ming \ +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ + jpeg:${PORTSDIR}/graphics/jpeg \ + ming:${PORTSDIR}/graphics/ming \ png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 BUILD_WRKSRC= ${WRKSRC}/src diff --git a/math/plplot/Makefile b/math/plplot/Makefile index a9f65b176571..f8e6f1cc6651 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source |