diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-04 00:20:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-04 00:20:17 +0000 |
commit | 5466d91855ee1f75903d32b0ba24be1cb9b38f83 (patch) | |
tree | 2d82068a811f80d1f93608c1249b947fa0c28384 /sysutils/lavaps | |
parent | c2be27bffb9da545fb4af9794a939c005755f211 (diff) | |
download | pkgsrc-5466d91855ee1f75903d32b0ba24be1cb9b38f83.tar.gz |
Adjust TCL version.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 8c954115907..76c49b02c70 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/11 14:42:05 adam Exp $ +# $NetBSD: Makefile,v 1.43 2014/02/04 00:20:17 joerg Exp $ # DISTNAME= lavaps-2.7 @@ -17,8 +17,8 @@ USE_TOOLS+= perl pod2man pod2html GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-tcltk \ - --with-tcl-ver=8.5.12 \ - --with-tk-ver=8.5.12 \ + --with-tcl-ver=8.6.1 \ + --with-tk-ver=8.6.1 \ --with-tcltk-lib-suffix-type=nodot # prevents the GConf schema from going into / when building the tcl/tk version |