diff options
author | kim <kim@pkgsrc.org> | 2004-07-17 20:12:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-07-17 20:12:23 +0000 |
commit | daf65802a540dabb6bc84f06818cb689691a5e46 (patch) | |
tree | fcb19738b2b6fd022d4326881901c90ed9cc5dff /www | |
parent | 2a60d0cebcfb48b4c4e41e5c0c73a4978addfba6 (diff) | |
download | pkgsrc-daf65802a540dabb6bc84f06818cb689691a5e46.tar.gz |
Accept perl-thread in addition perl.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 72a451cc44e..000a84c415b 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/05/15 13:22:03 heinz Exp $ +# $NetBSD: Makefile,v 1.29 2004/07/17 20:17:12 kim Exp $ # VERS= 3.05 @@ -14,7 +14,7 @@ COMMENT= Perl5 module for writing forms-based CGI programs # Some perl packages install their own versions of this module. # Can't simply define USE_PERL5. -BUILDLINK_DEPENDS.perl= {perl-5.0*,perl-5.6.0nb2,perl-base>=5.6.0,perl>=5.6.1nb2} +BUILDLINK_DEPENDS.perl= {perl-5.0*,perl-5.6.0nb2,perl-base>=5.6.0,perl{,-thread}>=5.6.1nb2} PKG_INSTALLATION_TYPES= overwrite pkgviews |