Wed Jul 22 19:38:35 2009 UTC ()
Fix typo in comment.


(wiz)
diff -r1.7 -r1.8 pkgsrc/graphics/graphviz/options.mk

cvs diff -r1.7 -r1.8 pkgsrc/graphics/graphviz/options.mk (expand / switch to unified diff)

--- pkgsrc/graphics/graphviz/options.mk 2009/07/22 12:35:29 1.7
+++ pkgsrc/graphics/graphviz/options.mk 2009/07/22 19:38:34 1.8
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: options.mk,v 1.7 2009/07/22 12:35:29 gdt Exp $ 1# $NetBSD: options.mk,v 1.8 2009/07/22 19:38:34 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz 3PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
4PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl 4PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl
5PKG_SUGGESTED_OPTIONS= gd x11 pangocairo gtk rsvg swig lua tcl perl 5PKG_SUGGESTED_OPTIONS= gd x11 pangocairo gtk rsvg swig lua tcl perl
6# Explanation of consquence of options, to help those trying to slim down: 6# Explanation of consquence of options, to help those trying to slim down:
7# swig: build-time only, needed for any of the lanaguages. Silently 7# swig: build-time only, needed for any of the languages. Silently
8# forces off language options. 8# forces off language options.
9# ocaml lua tcl perl: extension language support 9# ocaml lua tcl perl: extension language support
10# x11: Omits all linking with x11. Silently forces off pangocairo, gtk 10# x11: Omits all linking with x11. Silently forces off pangocairo, gtk
11# and rsvg. 11# and rsvg.
12# pangocairo: TODO. Silently forces off gtk. 12# pangocairo: TODO. Silently forces off gtk.
13# gtk: TODO 13# gtk: TODO
14# rsvg: Omitting loses svg support. librsvg has large dependencies 14# rsvg: Omitting loses svg support. librsvg has large dependencies
15# including some Gnome libs. 15# including some Gnome libs.
16# gd: TODO (seems small) 16# gd: TODO (seems small)
17 17
18.include "../../mk/bsd.options.mk" 18.include "../../mk/bsd.options.mk"
19 19
20PLIST_VARS+= gd x11 pangocairo rsvg gtk guile lua ocaml tcl perl 20PLIST_VARS+= gd x11 pangocairo rsvg gtk guile lua ocaml tcl perl