- Mark BROKEN on 8.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-08-09 19:43:05 +00:00
parent 7b6a76419d
commit f4818a54ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239217

View File

@ -23,6 +23,12 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd
USE_APACHE= 1.3
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
@ -34,4 +40,4 @@ do-install:
${SED} 's,/usr/local,${LOCALBASE},g' ${PKGMESSAGE}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>