diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-08 20:58:30 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-08 20:58:30 +0000 |
commit | 4c98f1202ef0038ab1b5debd4f7518a90f1f6fb1 (patch) | |
tree | 5f401c810feef35d2db45b1a9c2e3366c1e9cc10 /www/p5-HTML-Parser | |
parent | 89fa29750fa20aad45039e2d103862a5959dda4d (diff) | |
download | pkgsrc-4c98f1202ef0038ab1b5debd4f7518a90f1f6fb1.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" |