summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-05-29 13:58:56 +0000
committeruebayasi <uebayasi>2002-05-29 13:58:56 +0000
commit130dc2f9b381c1876fb363f8a3312ff68bc90384 (patch)
treea2cf107e044be97c0ec92e1e800543f7654efb95 /www/w3m
parent1cc7131c2f36d107d8a2d3e13280236aea1a9c60 (diff)
downloadpkgsrc-130dc2f9b381c1876fb363f8a3312ff68bc90384.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/w3m')
-rw-r--r--www/w3m/Makefile.common5
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