pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/w3m Some scripts coming with this package need per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f1565981809
branches:  trunk
changeset: 475317:5f1565981809
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 14 08:42:29 2004 +0000

description:
Some scripts coming with this package need perl to run,
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562.
Bump PKGREVISION.

diffstat:

 www/w3m/Makefile.common |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 492260a752d1 -r 5f1565981809 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Fri May 14 08:22:45 2004 +0000
+++ b/www/w3m/Makefile.common   Fri May 14 08:42:29 2004 +0000
@@ -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 @@
 
 W3M_VERS=      0.5
 
-# For manuals.
-USE_PERL5=     build
+# For w3mman, xface2xpm, cgi scripts.
+USE_PERL5=     run
 
 DOCDIR=                share/doc/w3m
 



Home | Main Index | Thread Index | Old Index