pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-LinkExtractor This module is useless witho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7aca4b33aa7
branches:  trunk
changeset: 518758:f7aca4b33aa7
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Sep 17 00:11:52 2006 +0000

description:
This module is useless without DEPENDS+=p5-HTML-Parser-[0-9]*

diffstat:

 www/p5-HTML-LinkExtractor/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cdc025ac63cc -r f7aca4b33aa7 www/p5-HTML-LinkExtractor/Makefile
--- a/www/p5-HTML-LinkExtractor/Makefile        Sat Sep 16 21:52:57 2006 +0000
+++ b/www/p5-HTML-LinkExtractor/Makefile        Sun Sep 17 00:11:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:39 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/09/17 00:11:52 adrianp Exp $
 
 DISTNAME=      HTML-LinkExtractor-0.121
 PKGNAME=       p5-${DISTNAME}
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/~podmaster/${DISTNAME}/
 COMMENT=       Extract links from an HTML document
 
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 EXTRACT_USING=         pax
 



Home | Main Index | Thread Index | Old Index