summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Tree
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-25 05:47:02 +0000
committerminskim <minskim@pkgsrc.org>2004-04-25 05:47:02 +0000
commit99d1da022622dadf0d32888baf0aee00329f12b8 (patch)
tree8cafe104273106a8f419f110d0eb38d24a3430d5 /www/p5-HTML-Tree
parentca0de62c2f89b050cbca284b897c1df318db14b0 (diff)
downloadpkgsrc-99d1da022622dadf0d32888baf0aee00329f12b8.tar.gz
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/p5-HTML-Tree')
-rw-r--r--www/p5-HTML-Tree/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index 4020c4e569f..abdd3984128 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/25 05:53:05 minskim Exp $
DISTNAME= HTML-Tree-3.18
PKGNAME= p5-${DISTNAME}
@@ -13,7 +13,9 @@ COMMENT= Perl5 modules for manipulating HTML syntax trees
DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Tree/.packlist
.include "../../lang/perl5/module.mk"