diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xsim/Makefile | 2 | ||||
-rw-r--r-- | chinese/zhcon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index 20eb920c1c7f..be1c4fa97290 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-cn-locale=EUC .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif post-patch: diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 8309b082aba0..bce7d6040593 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -30,7 +30,7 @@ MAN1= zhcon.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif .include <bsd.port.post.mk> |