summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-05 09:25:20 +0000
committerjlam <jlam>2000-09-05 09:25:20 +0000
commitc61bd1c2fba072a87daf509e78898843643de3e5 (patch)
tree4d8b7502b03dd41bde5a8173843a557ef0bc8d84 /www
parentb338835e64b60b7d1ea5ee94010ee2d6fb7ce242 (diff)
downloadpkgsrc-c61bd1c2fba072a87daf509e78898843643de3e5.tar.gz
Update perl dependencies to find correct version of perl.
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI/Makefile8
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: