aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dtcl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-18 12:41:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-18 12:41:04 +0000
commit09a16b2cfde72f12fe16b163281758294b748adc (patch)
treeadc1e9244eaa2f8d62f3751c084f84348d0aac5e /www/mod_dtcl
parent61016bb840eb494b3ebcb1a9bde6ed35894b14ec (diff)
downloadports-09a16b2cfde72f12fe16b163281758294b748adc.tar.gz
ports-09a16b2cfde72f12fe16b163281758294b748adc.zip
Notes
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