diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-04-12 03:22:00 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-04-12 03:22:00 +0000 |
commit | ab89a0bdbe5d83e6de42f6b778a34f670ad3b172 (patch) | |
tree | 87974be82ce4cd7046bf1b26dbc0a8fc7080dc3d /www | |
parent | - Updated to 0.42 (diff) |
Compiles just as cleanly with Tcl-8.5, so set USE_TCL to simple "yes".
Notes
Notes:
svn path=/head/; revision=232164
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* \ |