diff options
author | mi <mi@FreeBSD.org> | 2009-04-12 11:22:00 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2009-04-12 11:22:00 +0800 |
commit | b3ecaafa86e9b99c34e0cb4f054f8779f4828065 (patch) | |
tree | 711fb02d42be679dab0e09200fff1039d19cdca8 /www | |
parent | abd815a4d8ec2885e05455d5ce61c43b853559e8 (diff) | |
download | freebsd-ports-gnome-b3ecaafa86e9b99c34e0cb4f054f8779f4828065.tar.gz freebsd-ports-gnome-b3ecaafa86e9b99c34e0cb4f054f8779f4828065.tar.zst freebsd-ports-gnome-b3ecaafa86e9b99c34e0cb4f054f8779f4828065.zip |
Compiles just as cleanly with Tcl-8.5, so set USE_TCL to simple "yes".
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_dtcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index a14c4a97d0aa..3b34e39e1dc4 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -15,12 +15,13 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Embeds a TCL8 interpreter in the Apache server BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} -USE_TCL= 84 -USE_TCL_BUILD= 84 +USE_TCL= yes +USE_TCL_BUILD= yes WRKSRC= ${WRKDIR}/mod_dtcl MAKEFILE= ${FILESDIR}/Makefile.bsd USE_APACHE= 1.3 +MAKE_ENV+= TCL_VERSION=${TCL_VER} do-install: ${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \ |