diff options
author | kris <kris@FreeBSD.org> | 2004-02-05 16:07:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-05 16:07:47 +0800 |
commit | 112a740073bbddd38b3b15e37c539a95acbe3976 (patch) | |
tree | 2c5211dd1c20968f3c7a64c1d8a9010f38dc0c92 /textproc | |
parent | 3f09efbf50ec19034e724ddce73cdf0293717826 (diff) | |
download | freebsd-ports-gnome-112a740073bbddd38b3b15e37c539a95acbe3976.tar.gz freebsd-ports-gnome-112a740073bbddd38b3b15e37c539a95acbe3976.tar.zst freebsd-ports-gnome-112a740073bbddd38b3b15e37c539a95acbe3976.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html2text/Makefile | 8 |
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> |