pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Tell location of TCLSH and WISH to c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/883750ae98d4
branches:  trunk
changeset: 601476:883750ae98d4
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Mar 21 16:25:47 2012 +0000

description:
Tell location of TCLSH and WISH to configure script.
PR 46112.

diffstat:

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

diffs (18 lines):

diff -r df11b3b59b0d -r 883750ae98d4 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Wed Mar 21 15:48:41 2012 +0000
+++ b/graphics/graphviz/options.mk      Wed Mar 21 16:25:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2011/11/29 17:55:07 drochner Exp $
+# $NetBSD: options.mk,v 1.13 2012/03/21 16:25:47 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.graphviz
 PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl
@@ -132,6 +132,8 @@
 .include "../../x11/tk/buildlink3.mk"
 CONFIGURE_ENV+=                TCLCONFIG=${TCLCONFIG_SH:Q}
 CONFIGURE_ENV+=                TKCONFIG=${TKCONFIG_SH:Q}
+CONFIGURE_ARGS+=       --with-wish=${WISH}
+CONFIGURE_ARGS+=       --with-tclsh=${TCLSH}
 PLIST.tcl=             yes
 .else
 CONFIGURE_ARGS+=       --disable-tcl



Home | Main Index | Thread Index | Old Index