From 112a740073bbddd38b3b15e37c539a95acbe3976 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 5 Feb 2004 08:07:47 +0000 Subject: BROKEN on 5.x: Does not compile --- textproc/html2text/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/html2text') diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 6818d4292827..dd2cdec7f170 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -23,6 +23,12 @@ MAN5= html2textrc.5 DOCS= CHANGES COPYING CREDITS KNOWN_BUGS README TODO +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^DEBUG/s/^/#/; /^CXXFLAGS/s/=/+=/' \ @@ -37,4 +43,4 @@ do-install: @${INSTALL_DATA} ${DOCS:C#^#${WRKSRC}/#g} ${DOCSDIR} .endif -.include +.include -- cgit