diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 19:38:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 19:38:34 +0000 |
commit | c5430817d2e9e1e7bc73d719dcbec6810e091b9f (patch) | |
tree | 39c9a56835d3d45787a91c0d70ad19939c179f8d /graphics | |
parent | 5c12d5393de8d7f453df14c0803c4dc045cec40b (diff) | |
download | pkgsrc-c5430817d2e9e1e7bc73d719dcbec6810e091b9f.tar.gz |
Fix typo in comment.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index ee54a7fa467..8e31c88dbcd 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.7 2009/07/22 12:35:29 gdt Exp $ +# $NetBSD: options.mk,v 1.8 2009/07/22 19:38:34 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl PKG_SUGGESTED_OPTIONS= gd x11 pangocairo gtk rsvg swig lua tcl perl # Explanation of consquence of options, to help those trying to slim down: -# swig: build-time only, needed for any of the lanaguages. Silently +# swig: build-time only, needed for any of the languages. Silently # forces off language options. # ocaml lua tcl perl: extension language support # x11: Omits all linking with x11. Silently forces off pangocairo, gtk |