pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Parser The package needs a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53e508af5b10
branches:  trunk
changeset: 537425:53e508af5b10
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 20:58:30 2008 +0000

description:
The package needs a C compiler.

diffstat:

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

diffs (18 lines):

diff -r 6770a7dfa8fc -r 53e508af5b10 www/p5-HTML-Parser/Makefile
--- a/www/p5-HTML-Parser/Makefile       Tue Jan 08 20:41:00 2008 +0000
+++ b/www/p5-HTML-Parser/Makefile       Tue Jan 08 20:58:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2007/02/02 19:04:35 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2008/01/08 20:58:30 heinz Exp $
 #
 
 DISTNAME=              HTML-Parser-3.56
@@ -20,6 +20,8 @@
 # dependency -- weird.
 #DEPENDS+=             p5-libwww-[0-9]*:../../www/p5-libwww
 
+USE_LANGUAGES=         c
+
 PERL5_PACKLIST=                auto/HTML/Parser/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index