diff options
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 4e3bf91fc649..d947b510c83d 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graphviz -PORTVERSION= 1.12 +PORTVERSION= 1.16 CATEGORIES= graphics tk84 MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -42,10 +42,10 @@ MAN1= acyclic.1 bcomps.1 ccomps.1 circo.1 dijkstra.1 dot.1 \ gxl2dot.1 gvcolor.1 gvpack.1 gvpr.1 lefty.1 lneato.1 \ neato.1 nop.1 prune.1 sccmap.1 tred.1 twopi.1 unflatten.1 MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3 -MANN= gdtclft.n tcldot.n tkspline.n +MANN= gdtclft.n tcldot.n -MYPORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \ - neatoguide.pdf tcldot.html Dot.ref FAQ.html +MYPORTDOCS= dotguide.pdf dottyguide.pdf leftyguide.pdf \ + neatoguide.pdf Dot.ref FAQ.html post-install: .if !defined(NOPORTDOCS) |