diff options
author | perky <perky@FreeBSD.org> | 2002-11-12 09:14:16 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-12 09:14:16 +0000 |
commit | 87351e9ada764e273c5a3fe69d0b0edd0a57eea1 (patch) | |
tree | 2f8cfaad8cddbd6bc1cedd61c8450006c745af0e /graphics/graphviz/Makefile | |
parent | 8b51014c7a09a7ba1d3185b6c19334f7087176d4 (diff) | |
download | FreeBSD-ports-87351e9ada764e273c5a3fe69d0b0edd0a57eea1.zip FreeBSD-ports-87351e9ada764e273c5a3fe69d0b0edd0a57eea1.tar.gz |
Update to 1.8.10
PR: 45027
Submitted by: Marco Molteni <molter@tin.it>
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 143bbad..0c3d695 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graphviz -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.10 CATEGORIES= graphics tk83 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -37,7 +37,7 @@ MAKE_ENV= EXPR_COMPAT=yes MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dotty.1 gc.1 gpr.1 \ lefty.1 neato.1 nop.1 prune.1 sccmap.1 tred.1 \ twopi.1 unflatten.1 -MAN3= agraph.3 cdt.3 expr.3 graph.3 pathplan.3 +MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3 MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \ |