aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kcc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 09:31:58 +0800
committerkris <kris@FreeBSD.org>2003-10-16 09:31:58 +0800
commitda8461ff2ec762292299f15fc11acb1c8964991e (patch)
treef89e331d5f2e08ecfea6d61ae8acc9965049b439 /japanese/kcc
parentaacf2ddd5568a006dd10f1707dbfc411828817ce (diff)
downloadfreebsd-ports-graphics-da8461ff2ec762292299f15fc11acb1c8964991e.tar.gz
freebsd-ports-graphics-da8461ff2ec762292299f15fc11acb1c8964991e.tar.zst
freebsd-ports-graphics-da8461ff2ec762292299f15fc11acb1c8964991e.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'japanese/kcc')
-rw-r--r--japanese/kcc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/kcc/Makefile b/japanese/kcc/Makefile
index 28a51a864a7..cd580f635a8 100644
--- a/japanese/kcc/Makefile
+++ b/japanese/kcc/Makefile
@@ -18,4 +18,10 @@ INSTALL_TARGET= install install.man
MANLANG= ja
MAN1= kcc.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>