pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Change to guile20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a1cdac77924
branches:  trunk
changeset: 352497:7a1cdac77924
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 15 15:11:33 2016 +0000

description:
Change to guile20

Ride recent PKGREVISION bump.  Not tested, but option is off by
default.

diffstat:

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

diffs (18 lines):

diff -r 6d2a61d76834 -r 7a1cdac77924 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Thu Sep 15 15:05:52 2016 +0000
+++ b/graphics/graphviz/options.mk      Thu Sep 15 15:11:33 2016 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index