diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:47:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:47:02 +0000 |
commit | 99d1da022622dadf0d32888baf0aee00329f12b8 (patch) | |
tree | 8cafe104273106a8f419f110d0eb38d24a3430d5 /www/p5-HTML-Format | |
parent | ca0de62c2f89b050cbca284b897c1df318db14b0 (diff) | |
download | pkgsrc-99d1da022622dadf0d32888baf0aee00329f12b8.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/p5-HTML-Format')
-rw-r--r-- | www/p5-HTML-Format/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile index 5a9aaecd214..2ee0d806bc9 100644 --- a/www/p5-HTML-Format/Makefile +++ b/www/p5-HTML-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/18 21:48:42 heinz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/25 05:53:15 minskim Exp $ DISTNAME= HTML-Format-2.03 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,9 @@ COMMENT= Perl5 modules for converting HTML to other text formats DEPENDS+= p5-Font-AFM>=1.18:../../fonts/p5-Font-AFM DEPENDS+= p5-HTML-Tree>=3.15:../../www/p5-HTML-Tree -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Format/.packlist .include "../../lang/perl5/module.mk" |