diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-05 09:25:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-05 09:25:20 +0000 |
commit | a8157e15e1626ff14867ace45b06c4329c91d72d (patch) | |
tree | 4d8b7502b03dd41bde5a8173843a557ef0bc8d84 /www | |
parent | 755b6bf050d35247c33f586df09f36f613513d62 (diff) | |
download | pkgsrc-a8157e15e1626ff14867ace45b06c4329c91d72d.tar.gz |
Update perl dependencies to find correct version of perl.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 476ab72b201..be22dd6d04a 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/30 19:08:13 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/09/05 09:25:21 jlam Exp $ # DISTNAME= CGI.pm-2.72 @@ -8,10 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= christos@netbsd.org -# Older perl packages install their own versions of CGI.pm. -DEPENDS+= perl>=5.6.0nb2:../../lang/perl5 +# Some perl packages install their own versions of this module. +# Can't simply define USE_PERL5. +DEPENDS+= perl-{5.0*,5.6.0nb2,base-5.[6-9]*}:../../lang/perl5-base -USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/.packlist pre-configure: |