diff options
author | tron <tron> | 1999-05-02 22:33:05 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 22:33:05 +0000 |
commit | 1a796d21723a820b46e050385d838ba2256f5823 (patch) | |
tree | c044e77c9dc39c74d1b805b7cf9a63de6541a686 /x11/p5-Tk | |
parent | e38471a2399f09b3500a39ea70488739c9b3349c (diff) | |
download | pkgsrc-1a796d21723a820b46e050385d838ba2256f5823.tar.gz |
Fix dependence:
The module is called "Parser.pm" not "Parse.pm" and it is part of the
"p5-HTML-Parser-2.22" package.
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 282d410dc24..9a665b53d12 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/26 19:30:26 garbled Exp $ +# $NetBSD: Makefile,v 1.14 1999/05/02 22:33:05 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:../../www/p5-libwww +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/HTML/Parser.pm:../../www/p5-HTML-Parser DEPENDS+= tk-8.0.5:../../x11/tk80 USE_PERL5= YES |