summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-30 11:45:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-01-30 11:45:06 +0000
commitaf592207f3a3a4ecc8873d9b5dbbf18d4283dff2 (patch)
tree921b3d1680be1b309636d77a5091f2861b4322fb /chinese
parent Fix annoying error in `ld' build process. (diff)
Mark BROKEN on 8.0: does not build.
Notes
Notes: svn path=/head/; revision=206457
Diffstat (limited to 'chinese')
-rw-r--r--chinese/iiimf-le-xcin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/iiimf-le-xcin/Makefile b/chinese/iiimf-le-xcin/Makefile
index 3c5673c3030e..acdd46fc0be2 100644
--- a/chinese/iiimf-le-xcin/Makefile
+++ b/chinese/iiimf-le-xcin/Makefile
@@ -44,4 +44,10 @@ post-patch:
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -I acfiles
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>