diff options
author | gdt <gdt@pkgsrc.org> | 2009-08-24 11:53:42 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-08-24 11:53:42 +0000 |
commit | 225cbf2e7826fc28b42b36f85ed9f38c4aa54a15 (patch) | |
tree | 875de602d8edc932e3ab78a44d2cc14d95ec577d /graphics | |
parent | 8d22b04ec879df11b6a1d4fc82125f29337afa39 (diff) | |
download | pkgsrc-225cbf2e7826fc28b42b36f85ed9f38c4aa54a15.tar.gz |
Use a better word than TODO in the case of options for which there are
not yet user-facing explanations of what happens when it is
deselected.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index 8e31c88dbcd..33e5a824256 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2009/07/22 19:38:34 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2009/08/24 11:53:42 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl @@ -9,11 +9,11 @@ PKG_SUGGESTED_OPTIONS= gd x11 pangocairo gtk rsvg swig lua tcl perl # ocaml lua tcl perl: extension language support # x11: Omits all linking with x11. Silently forces off pangocairo, gtk # and rsvg. -# pangocairo: TODO. Silently forces off gtk. -# gtk: TODO +# pangocairo: [need explanation]. Silently forces off gtk. +# gtk: [need explanation] # rsvg: Omitting loses svg support. librsvg has large dependencies # including some Gnome libs. -# gd: TODO (seems small) +# gd: [need explanation] (seems small) .include "../../mk/bsd.options.mk" |