aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_dtcl
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-18 20:41:04 +0800
committermiwi <miwi@FreeBSD.org>2007-03-18 20:41:04 +0800
commit1d846aa50b45a8005443a1567112cfa4b2ba6dce (patch)
tree42dbbb835754fa5abddcd0f1e2e316a3f550d9aa /www/mod_dtcl
parent40a8796535c29242193f0ca4082c0a8df4625877 (diff)
downloadfreebsd-ports-gnome-1d846aa50b45a8005443a1567112cfa4b2ba6dce.tar.gz
freebsd-ports-gnome-1d846aa50b45a8005443a1567112cfa4b2ba6dce.tar.zst
freebsd-ports-gnome-1d846aa50b45a8005443a1567112cfa4b2ba6dce.zip
- Use tcl/tk 8.4
PR: 110427 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r--www/mod_dtcl/Makefile6
-rw-r--r--www/mod_dtcl/files/Makefile.bsd2
2 files changed, 5 insertions, 3 deletions
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