diff options
author | gdt <gdt@pkgsrc.org> | 2016-09-15 15:11:33 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-09-15 15:11:33 +0000 |
commit | da52cbd7eda822c1c48b577100d03e9831be9ec0 (patch) | |
tree | 935606f7fb0f81bd8b5413f40d7aec53b204e3c6 /graphics/graphviz | |
parent | 451be2bec32b919874174e85f130691d7371ed85 (diff) | |
download | pkgsrc-da52cbd7eda822c1c48b577100d03e9831be9ec0.tar.gz |
Change to guile20
Ride recent PKGREVISION bump. Not tested, but option is off by
default.
Diffstat (limited to 'graphics/graphviz')
-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 a6b56505d68..5056d335d81 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2015/07/04 16:18:35 joerg Exp $ +# $NetBSD: options.mk,v 1.21 2016/09/15 15:11:33 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl @@ -144,7 +144,7 @@ CONFIGURE_ARGS+= --disable-tcl .if !empty(PKG_OPTIONS:Mguile) USING_SWIG= yes -.include "../../lang/guile/buildlink3.mk" +.include "../../lang/guile20/buildlink3.mk" CONFIGURE_ARGS+= --enable-guile PLIST.guile= yes .else |