diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 03:55:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 03:55:22 +0000 |
commit | 36d611eee24b924af19fcc2b27b67a6c767120d0 (patch) | |
tree | e2656b08e577aa6bb8feee018af2c78daece0709 /www | |
parent | 769416c575a9474c276142e70d1ff0f52a1b1395 (diff) | |
download | ports-36d611eee24b924af19fcc2b27b67a6c767120d0.tar.gz ports-36d611eee24b924af19fcc2b27b67a6c767120d0.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 4 |
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 |