pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-Tk Fixed the path to the Perl interpreter. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63b027da823c
branches:  trunk
changeset: 511330:63b027da823c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 12 23:58:39 2006 +0000

description:
Fixed the path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

 x11/p5-Tk/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 7480f4dd4bb8 -r 63b027da823c x11/p5-Tk/Makefile
--- a/x11/p5-Tk/Makefile        Wed Apr 12 23:04:21 2006 +0000
+++ b/x11/p5-Tk/Makefile        Wed Apr 12 23:58:39 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2006/02/05 23:11:40 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/04/12 23:58:39 rillig Exp $
 
 DISTNAME=      Tk-804.027
 PKGNAME=       p5-Tk-804.027
-PKGREVISION=   4
+PKGREVISION=   5
 SVR4_PKGNAME=  p5tk
 CATEGORIES=    x11 tk perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tk/}
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html
 COMMENT=       Perl5 interface to Tk
 
-BUILD_DEPENDS+=        p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
+BUILD_DEPENDS+=        p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
@@ -19,6 +19,10 @@
 
 MAKE_PARAMS=   X11=${X11BASE}
 
+REPLACE_PERL+= blib/lib/Tk/reindex.pl
+REPLACE_PERL+= blib/arch/Tk/pTk/Tcl-pTk
+REPLACE_PERL+= blib/arch/Tk/pTk/mkVFunc
+
 SUBST_CLASSES+=        prefix
 SUBST_STAGE.prefix=    post-patch
 SUBST_FILES.prefix=    PNG/Makefile.PL



Home | Main Index | Thread Index | Old Index