diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-11-27 11:52:58 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-11-27 11:52:58 +0000 |
commit | 37ce6cf98c00e2d98383a65e688005302c077fcc (patch) | |
tree | 17ea43f9c91ad09487252c956fb86a81edb5a58b /www/w3m | |
parent | 7c9ecf4e7acc7345331d98b87c3b0ec39733dc9d (diff) |
Notes
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 35138cf35139..8e9b70dab558 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -82,10 +82,6 @@ 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 @@ -102,6 +98,8 @@ CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="${LIBS} -lpthread -lc" .endif +.else +CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include" .endif pre-everything:: |