aboutsummaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-11-27 11:52:58 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-11-27 11:52:58 +0000
commit37ce6cf98c00e2d98383a65e688005302c077fcc (patch)
tree17ea43f9c91ad09487252c956fb86a81edb5a58b /www/w3m
parent7c9ecf4e7acc7345331d98b87c3b0ec39733dc9d (diff)
downloadports-37ce6cf98c00e2d98383a65e688005302c077fcc.tar.gz
ports-37ce6cf98c00e2d98383a65e688005302c077fcc.zip
Fix compile error with JAPANESE option.
PR: ports/74439 Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
Notes
Notes: svn path=/head/; revision=122604
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile6
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::