From f4818a54acd6aaf36570a76734a3abf2b1bdab77 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 9 Aug 2009 19:43:05 +0000 Subject: - Mark BROKEN on 8.X Reported by: pointyhat --- www/mod_dtcl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 3b34e39e1dc4..b5f5749db88c 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -23,6 +23,12 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd USE_APACHE= 1.3 MAKE_ENV+= TCL_VERSION=${TCL_VER} +.include + +.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 @@ -34,4 +40,4 @@ do-install: ${SED} 's,/usr/local,${LOCALBASE},g' ${PKGMESSAGE} .endif -.include +.include -- cgit v1.2.3