diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-26 22:13:16 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-26 22:13:16 +0000 |
commit | d7bcd86ab9e0cf0658cd523d3f6b719965d9ba36 (patch) | |
tree | a637dad2954a6dc8f8b092102d03cbed4c0c86f3 /sysutils | |
parent | c5ced4c6040e2abae609a2079e8f9c224e82f4ea (diff) | |
download | pkgsrc-d7bcd86ab9e0cf0658cd523d3f6b719965d9ba36.tar.gz |
Tell this it's using tcl/tk 8.5 so it has half a chance at building
successfully.
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 0872982524d..3c0e8a19a09 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/08/21 23:49:25 marino Exp $ +# $NetBSD: Makefile,v 1.33 2012/08/26 22:13:16 dholland Exp $ # DISTNAME= lavaps-2.7 @@ -19,8 +19,8 @@ USE_TOOLS+= perl pod2man pod2html GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-tcltk \ - --with-tcl-ver=8.4.18 \ - --with-tk-ver=8.4.18 \ + --with-tcl-ver=8.5.12 \ + --with-tk-ver=8.5.12 \ --with-tcltk-lib-suffix-type=nodot # prevents the GConf schema from going into / when building the tcl/tk version |