diff options
author | joerg <joerg> | 2014-02-04 00:20:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-02-04 00:20:17 +0000 |
commit | 330c96dd848af63b726251150a1b8cf4ef35eb2c (patch) | |
tree | 2d82068a811f80d1f93608c1249b947fa0c28384 /sysutils | |
parent | 3e1f0da23eb1f7ac048b4d1a70acf7f3d5819ffa (diff) | |
download | pkgsrc-330c96dd848af63b726251150a1b8cf4ef35eb2c.tar.gz |
Adjust TCL version.
Diffstat (limited to 'sysutils')
-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 |