1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Change USE_TCL from YES to 84 due to planned default tcl change

This commit is contained in:
Martin Matuska 2009-02-15 11:25:59 +00:00
parent 54e0f09872
commit 35f208251b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228382
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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} \