diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-14 08:42:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-14 08:42:29 +0000 |
commit | 72a3615720f66027cdb5eca2e496492cab1cfdb2 (patch) | |
tree | 96fde457e804b430e0d69d47b2b52df28bbe8944 /www | |
parent | 048a366b119ffc0c7be252895f94e4f59a40a25d (diff) | |
download | pkgsrc-72a3615720f66027cdb5eca2e496492cab1cfdb2.tar.gz |
Some scripts coming with this package need perl to run,
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 459662f26c3..e65806d025a 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.27 2004/04/25 04:16:43 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.28 2004/05/14 08:42:29 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/} @@ -17,8 +17,8 @@ USE_GNU_TOOLS+= make # Needed for some combinations of options... W3M_VERS= 0.5 -# For manuals. -USE_PERL5= build +# For w3mman, xface2xpm, cgi scripts. +USE_PERL5= run DOCDIR= share/doc/w3m |