aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2text
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 08:07:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 08:07:47 +0000
commit513aa2a36ab29f81149d064f65aa3984c08cce1b (patch)
tree8807620ce05c6ef73ac6494c7da5cf4253b197d7 /textproc/html2text
parent7c404c4c0e93820cca7825460ba8d877adfcff6e (diff)
downloadports-513aa2a36ab29f81149d064f65aa3984c08cce1b.tar.gz
ports-513aa2a36ab29f81149d064f65aa3984c08cce1b.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=100036
Diffstat (limited to 'textproc/html2text')
-rw-r--r--textproc/html2text/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>