summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/w3m/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index e08be27aba63..35138cf35139 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -82,6 +82,10 @@ CONFIGURE_ARGS+= --enable-keymap=lynx
.include <bsd.port.pre.mk>
+.if defined(JAPANESE)
+BROKEN= "Does not compile"
+.endif
+
.if exists(${PORT_DBDIR}/boehm-gc/options)
.include "${PORT_DBDIR}/boehm-gc/options"
.endif