diff options
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index cb3f58f3161..2eac7c7063f 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/05/17 00:01:12 kei Exp $ +# $NetBSD: Makefile.common,v 1.4 2002/05/29 13:58:56 uebayasi Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -23,6 +23,9 @@ EXTRACT_ONLY= ${W3M_SRC} PATCHDIR= ${.CURDIR}/../w3m/patches DISTINFO_FILE= ${.CURDIR}/../w3m/distinfo +# For manuals +USE_PERL5= # defined + # multibyte/wide character support was split into libwc in latest version of # w3m-m17n. #LIBWC_SRC= libwc-latest.tar.gz |