diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-09 04:35:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-09 04:35:39 +0000 |
commit | ab9639e20416994c3187c224a003e1ed8dff5c1a (patch) | |
tree | 666df7a2b697d517e9d9321504c723f811bab9e1 /www/mod_dtcl | |
parent | ddaa23e585d8d344390d1d036f164275747d3104 (diff) | |
download | ports-ab9639e20416994c3187c224a003e1ed8dff5c1a.tar.gz ports-ab9639e20416994c3187c224a003e1ed8dff5c1a.zip |
Notes
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index b5f5749db88c..f5ecf2295d09 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -15,8 +15,7 @@ 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= 83+ WRKSRC= ${WRKDIR}/mod_dtcl MAKEFILE= ${FILESDIR}/Makefile.bsd @@ -25,10 +24,6 @@ MAKE_ENV+= TCL_VERSION=${TCL_VER} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= does not compile on 8.X -.endif - do-install: ${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \ ${PREFIX}/libexec/apache/mod_dtcl.so |