diff options
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:: |