Tell location of TCLSH and WISH to configure script.
PR 46112.
This commit is contained in:
parent
f4ef327b87
commit
c141ad0ea4
1 changed files with 3 additions and 1 deletions
|
@ -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 @@ USING_SWIG= yes
|
|||
.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
|
||||
|
|
Loading…
Reference in a new issue