summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-08-24 11:53:42 +0000
committergdt <gdt@pkgsrc.org>2009-08-24 11:53:42 +0000
commit1ec1992c931e337ff9092b1f461bafebabef95ca (patch)
tree875de602d8edc932e3ab78a44d2cc14d95ec577d /graphics/graphviz
parente43b8e0ee4fbd49def598c3dfd4d0db7ce164c1c (diff)
downloadpkgsrc-1ec1992c931e337ff9092b1f461bafebabef95ca.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/graphviz')
-rw-r--r--graphics/graphviz/options.mk8
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"