diff options
author | heinz <heinz> | 2008-01-08 20:58:30 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-08 20:58:30 +0000 |
commit | c25f7fed8028d1efc257c9997d6df35f1d83aa2f (patch) | |
tree | 5f401c810feef35d2db45b1a9c2e3366c1e9cc10 /www/p5-HTML-Parser | |
parent | 47e367e876beb222f0381fea5bf75a9185423a3c (diff) | |
download | pkgsrc-c25f7fed8028d1efc257c9997d6df35f1d83aa2f.tar.gz |
The package needs a C compiler.
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 9f0636b8696..463759a77b7 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -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 @@ DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # dependency -- weird. #DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +USE_LANGUAGES= c + PERL5_PACKLIST= auto/HTML/Parser/.packlist .include "../../lang/perl5/module.mk" |