diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-19 15:41:53 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-19 15:41:53 +0000 |
commit | a61c9a8167918f02df3047841c8333e9e7b79107 (patch) | |
tree | fa20bf3b6c026c4f29785eba00109bc1a32fb50c /math | |
parent | f94ab36da3fdbc99962ffa8d8b817172615d0ae4 (diff) | |
download | ports-a61c9a8167918f02df3047841c8333e9e7b79107.tar.gz ports-a61c9a8167918f02df3047841c8333e9e7b79107.zip |
Notes
Diffstat (limited to 'math')
-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 |