pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Comment out guile option, does not b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8cf316d6d84
branches:  trunk
changeset: 352544:b8cf316d6d84
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 16 10:53:14 2016 +0000

description:
Comment out guile option, does not build with it enabled.

diffstat:

 graphics/graphviz/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r cef7941b750b -r b8cf316d6d84 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Fri Sep 16 10:35:48 2016 +0000
+++ b/graphics/graphviz/options.mk      Fri Sep 16 10:53:14 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index