aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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