diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-08 03:34:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-08 03:34:16 +0000 |
commit | 13b0001da66724b2b03224aaf011f0dca5390ef9 (patch) | |
tree | 0f5009b9e7d5360ed317c33640f505cabf05a9f1 /math/ploticus | |
parent | ae5a8569382312b26b7f23f96b272b5d202e1764 (diff) |
Notes
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index bdec3c60de90..8c7d854bb217 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,7 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -18,7 +18,7 @@ COMMENT?= Generates plots and graphs from data LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - ming.4:${PORTSDIR}/graphics/ming \ + ming.5:${PORTSDIR}/graphics/ming \ png.6:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 |