diff options
author | minskim <minskim> | 2004-03-07 00:57:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 00:57:12 +0000 |
commit | 1eb6301a6dbdd7fc7cef2aa4e8f9732b82a07a8f (patch) | |
tree | 49d4a4627ae060cc8f8157ae89def48a41d22da9 /www/checkbot | |
parent | 84b62110e98d9eeb0052cb21a20e1d955502fbd9 (diff) | |
download | pkgsrc-1eb6301a6dbdd7fc7cef2aa4e8f9732b82a07a8f.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index a7ebe43372b..997681a7c79 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:55:31 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/07 00:57:12 minskim Exp $ # DISTNAME= checkbot-1.67 @@ -14,7 +14,9 @@ DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/checkbot/.packlist .include "../../lang/perl5/module.mk" |