From 09a16b2cfde72f12fe16b163281758294b748adc Mon Sep 17 00:00:00 2001
From: Martin Wilke <miwi@FreeBSD.org>
Date: Sun, 18 Mar 2007 12:41:04 +0000
Subject: - Use tcl/tk 8.4

PR:             110427
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by:    maintainer
---
 www/mod_dtcl/Makefile           | 6 ++++--
 www/mod_dtcl/files/Makefile.bsd | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

(limited to 'www/mod_dtcl')

diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 959ac7db98f6..1cb3ca57c30f 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -7,14 +7,16 @@
 
 PORTNAME=	mod_dtcl
 PORTVERSION=	0.12.0
-CATEGORIES=	www tcl83
+PORTREVISION=	1
+CATEGORIES=	www tcl84
 MASTER_SITES=	http://tcl.apache.org/mod_dtcl/download/
 
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Embeds a TCL8 interpreter in the Apache server
 
 BUILD_DEPENDS=	${APXS}:${PORTSDIR}/${APACHE_PORT}
-LIB_DEPENDS=	tcl83:${PORTSDIR}/lang/tcl83
+USE_TCL=	yes
+USE_TCL_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/mod_dtcl
 MAKEFILE=	${FILESDIR}/Makefile.bsd
diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd
index 490cfbb885d1..5affd6b0be20 100644
--- a/www/mod_dtcl/files/Makefile.bsd
+++ b/www/mod_dtcl/files/Makefile.bsd
@@ -1,4 +1,4 @@
-TCL_VERSION?=8.3
+TCL_VERSION?=8.4
 TCL_NDVER?=${TCL_VERSION:S/.//}	# same, but without the dot
 
 PREFIX?=	/usr/local
-- 
cgit v1.2.3