summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2009-08-24 11:53:42 +0000
committergdt <gdt>2009-08-24 11:53:42 +0000
commitf3a057a10c2ad46b57038e4addb87ec9d2ea1457 (patch)
tree875de602d8edc932e3ab78a44d2cc14d95ec577d /graphics
parent5f7ecad2f22a8d42e28c9fded0895e06ca658dc6 (diff)
downloadpkgsrc-f3a057a10c2ad46b57038e4addb87ec9d2ea1457.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.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"