summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorgdt <gdt>2016-09-15 15:11:33 +0000
committergdt <gdt>2016-09-15 15:11:33 +0000
commit78335ac3940cb63e9b3b496bfd9e8a182abb0565 (patch)
tree27de695010b9baf7246c0082e356bd6374c0d1bf /graphics/graphviz
parent713629c9b821cee1d6c35adee9c8ba927ff28ccf (diff)
downloadpkgsrc-78335ac3940cb63e9b3b496bfd9e8a182abb0565.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.mk4
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