summaryrefslogtreecommitdiff
path: root/www/ap2-perl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-10 02:22:49 +0000
committerjlam <jlam@pkgsrc.org>2004-02-10 02:22:49 +0000
commit57ec57613f26773de5efd860266e7e86199254b7 (patch)
tree8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /www/ap2-perl
parent99b8496906e97fd4f9e056e33a19d467a989039b (diff)
downloadpkgsrc-57ec57613f26773de5efd860266e7e86199254b7.tar.gz
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'www/ap2-perl')
-rw-r--r--www/ap2-perl/Makefile4
1 files changed, 2 insertions, 2 deletions
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}