diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-29 13:58:56 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-29 13:58:56 +0000 |
commit | 25816732ffc11063f587088e72cf4e4993b750b4 (patch) | |
tree | a2cf107e044be97c0ec92e1e800543f7654efb95 /www | |
parent | 5511251ac46f04c4d1fe824ba76e9eae05fa7c90 (diff) | |
download | pkgsrc-25816732ffc11063f587088e72cf4e4993b750b4.tar.gz |
Perl is used while processing manual pages.
Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.
Diffstat (limited to 'www')
-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 |