summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-24 03:55:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-24 03:55:22 +0000
commit36d611eee24b924af19fcc2b27b67a6c767120d0 (patch)
treee2656b08e577aa6bb8feee018af2c78daece0709 /www/w3m
parentBump PORTREVISION due to last commit of dependency changes (diff)
BROKEN if defined(JAPANESE): Does not compile
Notes
Notes: svn path=/head/; revision=122278
Diffstat (limited to 'www/w3m')
-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