diff options
author | garga <garga@FreeBSD.org> | 2006-04-19 23:41:53 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-19 23:41:53 +0800 |
commit | 8caa88d16b4811fd6b7c25e7536faeed52c17625 (patch) | |
tree | 0518e7a8b79de268d6f37ccd0fe8b216d16592a0 | |
parent | 4b0a3ec7c33557914a9dcaa10197ca6edd0fea3f (diff) | |
download | freebsd-ports-gnome-8caa88d16b4811fd6b7c25e7536faeed52c17625.tar.gz freebsd-ports-gnome-8caa88d16b4811fd6b7c25e7536faeed52c17625.tar.zst freebsd-ports-gnome-8caa88d16b4811fd6b7c25e7536faeed52c17625.zip |
- Chave ming library version
- Bump PORTREVISION
Approved by: linimon (maintainer) at IRC
-rw-r--r-- | math/ploticus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 1003c34e7b4c..4f736075006b 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,6 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.32 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ploticus.sourceforge.net/download/ DISTNAME= pl${PORTVERSION:S/.//}src @@ -17,7 +18,7 @@ COMMENT?= Generates plots and graphs from data LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - ming.3:${PORTSDIR}/graphics/ming \ + ming.4:${PORTSDIR}/graphics/ming \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 |