From 0e80a56e9247fa11de2322818c358b43d2009bbf Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 10 Feb 2004 02:22:49 +0000 Subject: PERL5_REQD is now a list of values, so append to its value instead of setting it. --- www/ap2-perl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap2-perl') diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index f7f1363c4eb..716769c457f 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/17 12:36:03 bad Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/10 02:22:50 jlam Exp $ # # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. @@ -17,7 +17,7 @@ CONFLICTS= ap-perl-[0-9]* USE_BUILDLINK2= # defined APACHE_MODULE= # defined -PERL5_REQD?= 5.6.0 +PERL5_REQD+= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist MAKE_PARAMS+= MP_APXS=${APXS} -- cgit v1.2.3