summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2012-09-29 03:14:08 +0000
committerdholland <dholland>2012-09-29 03:14:08 +0000
commit772f92668e022700ae4b40e5a0bf71c1a51ff8d3 (patch)
tree188a3c6526f3c47d276501c0e002d88047752a58
parent86e81f6093c7e9fcd0b399b616fc9fc12d44e03c (diff)
downloadpkgsrc-772f92668e022700ae4b40e5a0bf71c1a51ff8d3.tar.gz
Fix build with tcl85.
-rw-r--r--devel/tcl-tclcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tcl-tclcl/Makefile b/devel/tcl-tclcl/Makefile
index 2291df79d61..8c957ad623d 100644
--- a/devel/tcl-tclcl/Makefile
+++ b/devel/tcl-tclcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/08/21 23:49:20 marino Exp $
+# $NetBSD: Makefile,v 1.21 2012/09/29 03:14:08 dholland Exp $
DISTNAME= tclcl-src-1.19
PKGNAME= tcl-${DISTNAME:S/-src//}
@@ -28,6 +28,12 @@ INSTALLATION_DIRS= bin include lib
BUILDLINK_DEPMETHOD.libXt?= build
+.include "../../lang/tcl/Makefile.version"
+.include "../../x11/tk/Makefile.version"
+
+CONFIGURE_ARGS+=--with-tcl-ver=$(TCL_VERSION)
+CONFIGURE_ARGS+=--with-tk-ver=$(TK_VERSION)
+
.include "../../lang/tcl/buildlink3.mk"
.include "../../lang/tcl-otcl/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"