summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz>2008-01-08 20:58:30 +0000
committerheinz <heinz>2008-01-08 20:58:30 +0000
commitc25f7fed8028d1efc257c9997d6df35f1d83aa2f (patch)
tree5f401c810feef35d2db45b1a9c2e3366c1e9cc10 /www
parent47e367e876beb222f0381fea5bf75a9185423a3c (diff)
downloadpkgsrc-c25f7fed8028d1efc257c9997d6df35f1d83aa2f.tar.gz
The package needs a C compiler.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Parser/Makefile4
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"