diff options
Diffstat (limited to 'www/mod_dtcl/Makefile')
-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 |