diff options
author | swills <swills@FreeBSD.org> | 2011-08-08 11:34:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-08 11:34:16 +0800 |
commit | 40fb62dffcaf546207a0ad11d18e189e77a8837f (patch) | |
tree | 6a01e2ee0460e29d96f7a42146ecc56bb15e36da /math/ploticus | |
parent | ff57fe5a4782ba27b8151e0da2d67fc0327619a5 (diff) | |
download | freebsd-ports-gnome-40fb62dffcaf546207a0ad11d18e189e77a8837f.tar.gz freebsd-ports-gnome-40fb62dffcaf546207a0ad11d18e189e77a8837f.tar.zst freebsd-ports-gnome-40fb62dffcaf546207a0ad11d18e189e77a8837f.zip |
- Chase libming shared lib bump
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 |