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 | 2db0a0bb600da8e87e7996c4124e1fef2458b7ef (patch) | |
tree | fcb19738b2b6fd022d4326881901c90ed9cc5dff /www | |
parent | 65268435ad01aa860b992336aa7aa6e5458cf2f8 (diff) | |
download | pkgsrc-2db0a0bb600da8e87e7996c4124e1fef2458b7ef.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 |