aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-02-15 19:25:59 +0800
committermm <mm@FreeBSD.org>2009-02-15 19:25:59 +0800
commitdf704e159e58c6358e43d3eef9972604fb8a048c (patch)
tree92e8cbfd4c19c8e1ee6a2ee79006a3f6f310e1d4 /www
parent38f09e6ac8246100973645db46cb061f732d480b (diff)
downloadfreebsd-ports-gnome-df704e159e58c6358e43d3eef9972604fb8a048c.tar.gz
freebsd-ports-gnome-df704e159e58c6358e43d3eef9972604fb8a048c.tar.zst
freebsd-ports-gnome-df704e159e58c6358e43d3eef9972604fb8a048c.zip
- Change USE_TCL from YES to 84 due to planned default tcl change
Diffstat (limited to 'www')
-rw-r--r--www/mod_dtcl/Makefile4
-rw-r--r--www/websh/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index dbcadbda7571..5dc91e7edd48 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -15,8 +15,8 @@ MAINTAINER= mi@aldan.algebra.com
COMMENT= Embeds a TCL8 interpreter in the Apache server
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
-USE_TCL= yes
-USE_TCL_BUILD= yes
+USE_TCL= 84
+USE_TCL_BUILD= 84
WRKSRC= ${WRKDIR}/mod_dtcl
MAKEFILE= ${FILESDIR}/Makefile.bsd
diff --git a/www/websh/Makefile b/www/websh/Makefile
index d41224721024..0af863ebe9c8 100644
--- a/www/websh/Makefile
+++ b/www/websh/Makefile
@@ -21,7 +21,7 @@ OPTIONS+= WSSTATIC "Link the objects into the module statically" off
TCL_DVER= ${TCL_VER:S/.//}
-USE_TCL= yes
+USE_TCL= 84
USE_AUTOTOOLS= autoconf:262
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix
CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \