summaryrefslogtreecommitdiff
path: root/www/ap2-perl
diff options
context:
space:
mode:
authorsnj <snj>2004-05-04 23:59:15 +0000
committersnj <snj>2004-05-04 23:59:15 +0000
commit40e056252eba7d694448ecd0d1a5d62e7724057b (patch)
tree0a2407e17634fcdeabee65967b7d341170d4d5c8 /www/ap2-perl
parentf841cf9573845b0d903f97dd6bfad9fe88f95c80 (diff)
downloadpkgsrc-40e056252eba7d694448ecd0d1a5d62e7724057b.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap2-perl')
-rw-r--r--www/ap2-perl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile
index ced72c5edea..d19ebb0fd0f 100644
--- a/www/ap2-perl/Makefile
+++ b/www/ap2-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/24 22:46:12 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/04 23:59:15 snj Exp $
#
# NOTE: This package is *BETA*. If it doesn't work, then check the
# modperl-2.0 mailing lists for help.
@@ -15,7 +15,7 @@ COMMENT= Module that embeds a Perl interpreter into Apache
CONFLICTS= ap-perl-[0-9]*
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
APACHE_MODULE= # defined
PERL5_REQD+= 5.6.0
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist
@@ -29,6 +29,6 @@ post-install:
${CP} -R ${WRKSRC}/docs/* ${MODPERLDOCSDIR}
.include "../../lang/perl5/module.mk"
-.include "../../www/apache2/buildlink2.mk"
+.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"