diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-16 10:53:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-16 10:53:14 +0000 |
commit | 52b614dc5c3dc0e16e19669e47ea2cdb7c0b2d42 (patch) | |
tree | d642b4a3dbc7e3d5cae21d93aa781c16940a39d8 /graphics | |
parent | 572474cc25c1724a782e881bdae06f90bcfaf943 (diff) | |
download | pkgsrc-52b614dc5c3dc0e16e19669e47ea2cdb7c0b2d42.tar.gz |
Comment out guile option, does not build with it enabled.
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 5056d335d81..844aaba6b87 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.21 2016/09/15 15:11:33 gdt Exp $ +# $NetBSD: options.mk,v 1.22 2016/09/16 10:53:14 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz -PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl +PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua ocaml pangocairo rsvg tcl x11 perl # guile does not build with guile20 PKG_SUGGESTED_OPTIONS= gd gtk lua pangocairo perl tcl x11 # Explanation of consequence of options, to help those trying to slim down: # guile ocaml lua tcl perl: extension language support |