summaryrefslogtreecommitdiff
path: root/print/cjk-lyx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
commit13e49e647b4d73a2ad9d8909957a79dfe6e48287 (patch)
treed57c2ddaf288a011a8c8550c12646b866f381607 /print/cjk-lyx
parentBROKEN on 5.x: Does not build (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118221
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r--print/cjk-lyx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index 9a7ffe6b8680..2af011255e1c 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -58,6 +58,10 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
.endif