aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/word2x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/word2x/Makefile')
-rw-r--r--textproc/word2x/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile
index 00602aa50051..da2cca048860 100644
--- a/textproc/word2x/Makefile
+++ b/textproc/word2x/Makefile
@@ -14,9 +14,15 @@ MASTER_SITE_SUBDIR= word2x
MAINTAINER= billf@FreeBSD.org
COMMENT= Converter from MS Word to text, HTML or LaTeX
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= word2x.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>